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

In this article

Translates a singular string.

Parameters

$singularstringrequired
$contextstringoptional

Default:null

Source

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

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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