From 1b05b6250080d4144c1b1b0ce1300c7a8d034dd0 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 14 Apr 2022 09:16:35 +0000 Subject: [PATCH] Docs: Removes an irrelevant `@link` mention in `Translation_Entry` Class. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53180 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pomo/entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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