Make WordPress Core


Ignore:
Timestamp:
01/17/2009 10:20:49 AM (16 years ago)
Author:
westi
Message:

Update phpdoc for get_gmt_from_date(). Fixes #8869 for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r10355 r10370  
    13581358 *
    13591359 * 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.
    13611361 *
    13621362 * @since 1.2.0
    13631363 *
     1364 * @uses get_option() to retrieve the the value of 'gmt_offset'.
    13641365 * @param string $string The date to be converted.
    13651366 * @return string GMT version of the date provided.
Note: See TracChangeset for help on using the changeset viewer.