Changeset 3901
- Timestamp:
- 06/22/2006 07:45:49 PM (19 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/compat.php
r3862 r3901 112 112 } 113 113 } 114 115 if ( !function_exists('_') ) { 116 function _($string) { 117 return $string; 118 } 119 } 120 114 121 ?> -
trunk/wp-includes/functions.php
r3900 r3901 2 2 3 3 require_once(dirname(__FILE__).'/compat.php'); 4 5 if ( !function_exists('_') ) {6 function _($string) {7 return $string;8 }9 }10 4 11 5 function mysql2date($dateformatstring, $mysqlstring, $translate = true) {
Note: See TracChangeset
for help on using the changeset viewer.