Translations::translate_entry( Translation_Entry $entry )


Parameters

$entry Translation_Entry Required

Top ↑

Source

File: wp-includes/pomo/translations.php. View all references

public function translate_entry( &$entry ) {
	$key = $entry->key();
	return isset( $this->entries[ $key ] ) ? $this->entries[ $key ] : false;
}


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.