Changeset 13242 for trunk/wp-includes/functions.php
- Timestamp:
- 02/20/2010 02:01:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r13240 r13242 24 24 */ 25 25 function mysql2date( $dateformatstring, $mysqlstring, $translate = true ) { 26 global $wp_locale;27 26 $m = $mysqlstring; 28 27 if ( empty( $m ) )
Note: See TracChangeset
for help on using the changeset viewer.