From b077af3e08fbf1ba95c9986b0d8cb9f3805c5ad3 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Sun, 6 Dec 2015 21:31:47 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index 14831080b2..7fde35483e 100644 --- a/src/wp-admin/includes/post.php +++ b/src/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