Make WordPress Core


Ignore:
Timestamp:
04/14/2022 09:16:35 AM (4 years ago)
Author:
audrasjb
Message:

Docs: Removes an irrelevant @link mention in Translation_Entry Class.

See #54729.

File:
1 edited

Legend:

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

    r52332 r53180  
    1010if ( ! class_exists( 'Translation_Entry', false ) ) :
    1111        /**
    12          * Translation_Entry class encapsulates a translatable string
     12         * Translation_Entry class encapsulates a translatable string.
    1313         */
    1414        class Translation_Entry {
    1515
    1616                /**
    17                  * Whether the entry contains a string and its plural form, default is false
     17                 * Whether the entry contains a string and its plural form, default is false.
    1818                 *
    1919                 * @var bool
     
    3737                 *                                       empty entry will be created.
    3838                 *     @type string $plural              The plural form of the string, setting
    39                  *                                       this will set {@link $is_plural} to true.
     39                 *                                       this will set `$is_plural` to true.
    4040                 *     @type array  $translations        Translations of the string and possibly
    4141                 *                                       its plural forms.
Note: See TracChangeset for help on using the changeset viewer.