Changeset 3901 for trunk/wp-includes/functions.php
- Timestamp:
- 06/22/2006 07:45:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.