mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user