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:
Sergey Biryukov 2016-05-08 12:45:18 +00:00
parent 3cd86d0e21
commit c298cefcd4

View File

@ -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 );
}