Remove t() from PHPdoc example to avoid confusion
This commit is contained in:
parent
bab2fb3899
commit
f269f4e398
|
|
@ -32,10 +32,10 @@ interface ExternalLinkProviderInterface
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
* [
|
* [
|
||||||
* 'related' => t('Related'),
|
* 'related' => 'Related',
|
||||||
* 'child' => t('Child'),
|
* 'child' => 'Child',
|
||||||
* 'parent' => t('Parent'),
|
* 'parent' => 'Parent',
|
||||||
* 'self' => t('Self'),
|
* 'self' => 'Self',
|
||||||
* ]
|
* ]
|
||||||
*
|
*
|
||||||
* The dictionary key is saved in the database.
|
* The dictionary key is saved in the database.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue