From ff37a3b7306009e7591a6bedcdfaf376953c239b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 8 May 2016 12:46:29 +0000 Subject: [PATCH] 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 --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index 00d1e0c098..1920e84f9a 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -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 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 0712d342f9..6024fe4732 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.