mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Fix typo in a comment in check_and_publish_future_post().
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@37403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3cd86d0e21
commit
c298cefcd4
@ -3672,7 +3672,7 @@ function check_and_publish_future_post( $post_id ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// wp_publish_post(_ returns no meaningful value.
|
||||
// wp_publish_post() returns no meaningful value.
|
||||
wp_publish_post( $post_id );
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user