Te Docs: Fix te the misspelling.

Previously, [35793].

Fixes #34888.


git-svn-id: https://develop.svn.wordpress.org/trunk@35794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jeremy Felt 2015-12-06 21:31:47 +00:00
parent 3025e87fa2
commit b077af3e08
1 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ function post_preview() {
* *
* @param array $post_data Associative array of the submitted post data. * @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. * @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 ) { function wp_autosave( $post_data ) {
// Back-compat // Back-compat