mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Miscellaneous docblock improvements.
See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@51955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3539,8 +3539,8 @@ function get_gmt_from_date( $string, $format = 'Y-m-d H:i:s' ) {
|
||||
/**
|
||||
* Given a date in UTC or GMT timezone, returns that date in the timezone of the site.
|
||||
*
|
||||
* Requires and returns a date in the Y-m-d H:i:s format.
|
||||
* Return format can be overridden using the $format parameter.
|
||||
* Requires a date in the Y-m-d H:i:s format.
|
||||
* Default return format of 'Y-m-d H:i:s' can be overridden using the `$format` parameter.
|
||||
*
|
||||
* @since 1.2.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user