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:
parent
5ce5238272
commit
23587f4c8e
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue