Syntax Syntax
Parameters Parameters
- $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; }