Changeset 12231 for trunk/wp-includes/l10n.php
- Timestamp:
- 11/19/2009 10:49:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/l10n.php
r12179 r12231 206 206 function esc_attr_x( $single, $context, $domain = 'default' ) { 207 207 return esc_attr( translate_with_gettext_context( $single, $context, $domain ) ); 208 } 209 210 function esc_html_x( $single, $context, $domain = 'default' ) { 211 return esc_html( translate_with_gettext_context( $single, $context, $domain ) ); 208 212 } 209 213
Note: See TracChangeset
for help on using the changeset viewer.