Changeset 13054 for trunk/wp-app.php
- Timestamp:
- 02/11/2010 04:58:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r12752 r13054 1581 1581 1582 1582 if ($match[3] == 'Z') 1583 $match[3] = ='+0000';1583 $match[3] = '+0000'; 1584 1584 1585 1585 return strtotime($match[1] . " " . $match[2] . " " . $match[3]);
Note: See TracChangeset
for help on using the changeset viewer.