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 (8 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)