From 714d5885d9959ee9820baadf845733969e852aa3 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 6 Dec 2015 21:32:25 +0000 Subject: [PATCH] Te Docs: Fix te the misspelling. Previously, [35793]. Fixes #34888. Built from https://develop.svn.wordpress.org/trunk@35794 git-svn-id: http://core.svn.wordpress.org/trunk@35758 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 14831080b2..7fde35483e 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1762,7 +1762,7 @@ function post_preview() { * * @param array $post_data Associative array of the submitted post data. * @return mixed The value 0 or WP_Error on failure. The saved post ID on success. - * Te ID can be the draft post_id or the autosave revision post_id. + * The ID can be the draft post_id or the autosave revision post_id. */ function wp_autosave( $post_data ) { // Back-compat diff --git a/wp-includes/version.php b/wp-includes/version.php index 781976d537..2e170f0628 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35793'; +$wp_version = '4.5-alpha-35794'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.