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


Description Description


Parameters Parameters

$singular

(string) (Required)

$context

(string) (Optional)

Default value: null


Top ↑

Source Source

File: wp-includes/pomo/translations.php

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

Top ↑

User Contributed Notes User Contributed Notes

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