translate_with_gettext_context [ WordPress Function ]
translate_with_gettext_context ( $text, $context, $domain = 'default' )
| Defined at: |
|
Soorgelijke functies: translate_with_context, translate_user_role, translate_level_to_role, register_widget_control, unregister_widget_control
No description yet.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- translate_with_gettext_context
Function and Method Cross Reference. translate_with_gettext_context(). Defined at: /wp-includes/l10n.php -> line 80. Referenced 4 times: ...
phpxref.ftwr.co.uk - l10n.php
May 7, 2010 ... translate(), Retrieves the translation of $text. translate_user_role(), Translates role name. translate_with_gettext_context(). unload_textdomain() ...
www.tig12.net - /wp-includes/l10n.php source - PHP Cross Reference (PHPXRef) of ...
Jun 1, 2011... ( false == $last_bar ) 75 return $string; 76 else 77 return substr( $string, 0, $ last_bar ); 78 } 79 80 function translate_with_gettext_context( $text, ...
xref.yoast.com - #11388 (Deprecated functions: Formally deprecate and/or move to ...
I've marked it as deprecated in favor of _x(), though a committing dev may wish to mark it as deprecated in favor of translate_with_gettext_context() instead.
core.trac.wordpress.org