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
This commit is contained in:
Jeremy Felt 2015-12-06 21:32:25 +00:00
parent 31f51e2cbb
commit 714d5885d9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.