Make WordPress Core

Changeset 53305

Timestamp:
04/28/2022 04:51:12 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Make the @return tag for Translation_Entry::key() more precise.

Props manooweb.
Fixes #55640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pomo/entry.php

    r53180 r53305  
    8585
    8686        /**
    87          * Generates a unique key for this entry
     87         * Generates a unique key for this entry
    8888         *
    89          * @return string|bool the key or false if the entry is empty
     89         * @return string|
    9090         */
    9191        public function key() {
Note: See TracChangeset for help on using the changeset viewer.