mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
b5718124c3
commit
ff37a3b730
@ -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 );
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user