NOOP_Translations::add_entry() WordPress Method
The NOOP_Translations::add_entry() method allows you to add a new translation to the WordPress translation system. This is useful if you want to add a new language or update an existing translation.
NOOP_Translations::add_entry( $entry ) #
Contents
Source
File: wp-includes/pomo/translations.php
public function add_entry( $entry ) { return true; }
Expand full source codeCollapse full source codeView on TracView on GitHub