mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Miscellaneous docblock corrections and improvements.
See #58833 git-svn-id: https://develop.svn.wordpress.org/trunk@56414 602fd350-edb4-49c9-b593-d223f7449a82
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