Helper function for read_entry
Parameters
$context
stringrequired
Source
protected static function is_final( $context ) {
return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}
Helper function for read_entry
$context
stringrequiredprotected static function is_final( $context ) {
return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.