Docs: Miscellaneous docblock corrections and improvements.
See #58833 Built from https://develop.svn.wordpress.org/trunk@56414 git-svn-id: http://core.svn.wordpress.org/trunk@55926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4974,8 +4974,8 @@ function check_and_publish_future_post( $post ) {
|
||||
*
|
||||
* @since 5.7.0
|
||||
*
|
||||
* @param string $post_date The date in mysql format.
|
||||
* @param string $post_date_gmt The GMT date in mysql format.
|
||||
* @param string $post_date The date in mysql format (`Y-m-d H:i:s`).
|
||||
* @param string $post_date_gmt The GMT date in mysql format (`Y-m-d H:i:s`).
|
||||
* @return string|false A valid Gregorian-calendar date string, or false on failure.
|
||||
*/
|
||||
function wp_resolve_post_date( $post_date = '', $post_date_gmt = '' ) {
|
||||
|
||||
Reference in New Issue
Block a user