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:
Sergey Biryukov 2016-05-08 12:46:29 +00:00
parent b5718124c3
commit ff37a3b730
2 changed files with 2 additions and 2 deletions

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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37402';
$wp_version = '4.6-alpha-37403';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.