Translations::translate_entry( Translation_Entry $entry )
Description Description
Parameters Parameters
- $entry
-
(Translation_Entry) (Required)
Source Source
File: wp-includes/pomo/translations.php
function translate_entry( &$entry ) { $key = $entry->key(); return isset( $this->entries[ $key ] ) ? $this->entries[ $key ] : false; }
Expand full source code Collapse full source code View on Trac