From 733b554431185109c529ba8d80300c72f3e7fe00 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Sat, 17 Jan 2009 10:20:49 +0000 Subject: [PATCH] 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 --- wp-includes/formatting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index c191c822c3..772c0c56e7 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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. */