Changeset 3633 for trunk/wp-includes/functions.php
- Timestamp:
- 03/07/2006 09:24:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3610 r3633 24 24 $i = mktime(substr($m,11,2),substr($m,14,2),substr($m,17,2),substr($m,5,2),substr($m,8,2),substr($m,0,4)); 25 25 26 if( 'U' == $dateformatstring ) 27 return $i; 28 26 29 if ( -1 == $i || false == $i ) 27 30 $i = 0;
Note: See TracChangeset
for help on using the changeset viewer.