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

git-svn-id: https://develop.svn.wordpress.org/trunk@10370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-01-17 10:20:49 +00:00
parent 38e3fc9d5a
commit 733b554431
1 changed files with 2 additions and 1 deletions

View File

@ -1357,10 +1357,11 @@ function wp_iso_descrambler($string) {
* Returns a date in the GMT equivalent.
*
* Requires and returns a date in the Y-m-d H:i:s format. Simply subtracts the
* value of gmt_offset.
* value of the 'gmt_offset' option.
*
* @since 1.2.0
*
* @uses get_option() to retrieve the the value of 'gmt_offset'.
* @param string $string The date to be converted.
* @return string GMT version of the date provided.
*/