Changeset 53180
- Timestamp:
- 04/14/2022 09:16:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r52332 r53180 10 10 if ( ! class_exists( 'Translation_Entry', false ) ) : 11 11 /** 12 * Translation_Entry class encapsulates a translatable string 12 * Translation_Entry class encapsulates a translatable string. 13 13 */ 14 14 class Translation_Entry { 15 15 16 16 /** 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. 18 18 * 19 19 * @var bool … … 37 37 * empty entry will be created. 38 38 * @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. 40 40 * @type array $translations Translations of the string and possibly 41 41 * its plural forms.
Note: See TracChangeset
for help on using the changeset viewer.