Fix typos in phpdoc. props TheLastCicada. fixes #24302.

git-svn-id: https://develop.svn.wordpress.org/trunk@24229 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-05-10 01:39:30 +00:00
parent 1e66ba73ed
commit 2b1420456d
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1913,7 +1913,7 @@ function _wp_iso_convert( $match ) {
*
* @since 1.2.0
*
* @uses get_option() to retrieve the the value of 'gmt_offset'.
* @uses get_option() to retrieve the value of 'gmt_offset'.
* @param string $string The date to be converted.
* @param string $format The format string for the returned date (default is Y-m-d H:i:s)
* @return string GMT version of the date provided.