Used By
Used By | Description |
---|---|
wp-includes/pomo/translations.php: Translations::translate() | |
wp-includes/pomo/translations.php: Translations::translate_plural() |
(Translation_Entry) (Required)
File: wp-includes/pomo/translations.php
function translate_entry( &$entry ) { $key = $entry->key(); return isset( $this->entries[ $key ] ) ? $this->entries[ $key ] : false; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/translations/translate_entry