NOOP_Translations::translate( string $singular, string $context = null )


Parameters

$singular string Required
$context string Optional

Default: null


Top ↑

Source

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

public function translate( $singular, $context = null ) {
	return $singular;
}

Top ↑

User Contributed Notes

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