Translations::translate_entry( Translation_Entry $entry )


Description Description


Parameters Parameters

$entry

(Translation_Entry) (Required)


Top ↑

Source Source

File: wp-includes/pomo/translations.php

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


Top ↑

User Contributed Notes User Contributed Notes

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