Changeset 10370 for trunk/wp-includes/formatting.php
- Timestamp:
- 01/17/2009 10:20:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r10355 r10370 1358 1358 * 1359 1359 * Requires and returns a date in the Y-m-d H:i:s format. Simply subtracts the 1360 * value of gmt_offset.1360 * value of the 'gmt_offset' option. 1361 1361 * 1362 1362 * @since 1.2.0 1363 1363 * 1364 * @uses get_option() to retrieve the the value of 'gmt_offset'. 1364 1365 * @param string $string The date to be converted. 1365 1366 * @return string GMT version of the date provided.
Note: See TracChangeset
for help on using the changeset viewer.