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

git-svn-id: http://svn.automattic.com/wordpress/trunk@10370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-01-17 10:20:49 +00:00
parent 5ce5238272
commit 23587f4c8e

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.
*/