diff --git a/src/wp-includes/pomo/entry.php b/src/wp-includes/pomo/entry.php index 390941687a..0e53bc1afd 100644 --- a/src/wp-includes/pomo/entry.php +++ b/src/wp-includes/pomo/entry.php @@ -9,12 +9,12 @@ if ( ! class_exists( 'Translation_Entry', false ) ) : /** - * Translation_Entry class encapsulates a translatable string + * Translation_Entry class encapsulates a translatable string. */ class Translation_Entry { /** - * Whether the entry contains a string and its plural form, default is false + * Whether the entry contains a string and its plural form, default is false. * * @var bool */ @@ -36,7 +36,7 @@ if ( ! class_exists( 'Translation_Entry', false ) ) : * @type string $singular The string to translate, if omitted an * empty entry will be created. * @type string $plural The plural form of the string, setting - * this will set {@link $is_plural} to true. + * this will set `$is_plural` to true. * @type array $translations Translations of the string and possibly * its plural forms. * @type string $context A string differentiating two equal strings