Docs: Fix typo in a comment in check_and_publish_future_post().
See #32246. Built from https://develop.svn.wordpress.org/trunk@37403 git-svn-id: http://core.svn.wordpress.org/trunk@37369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user