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.