mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01: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:
parent
2c77b6d891
commit
1b05b62500
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user