Changeset 7626 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
- Timestamp:
- 08/23/2018 12:46:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php
r7483 r7626 9 9 10 10 namespace WordPressdotorg\MainTheme; 11 12 function _esc_html_e( $text, $domain ) { 13 echo esc_html( $text ); 14 } 15 function ___( $text, $domain ) { 16 return $text; 17 } 18 function esc_html___( $text, $domain ) { 19 return esc_html( $text ); 20 } 11 21 12 22 /**
Note: See TracChangeset
for help on using the changeset viewer.