Make WordPress Core


Ignore:
Timestamp:
12/06/2015 09:31:47 PM (9 years ago)
Author:
jeremyfelt
Message:

Te Docs: Fix te the misspelling.

Previously, [35793].

Fixes #34888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/post.php

    r35567 r35794  
    17631763 * @param array $post_data Associative array of the submitted post data.
    17641764 * @return mixed The value 0 or WP_Error on failure. The saved post ID on success.
    1765  *               Te ID can be the draft post_id or the autosave revision post_id.
     1765 *               The ID can be the draft post_id or the autosave revision post_id.
    17661766 */
    17671767function wp_autosave( $post_data ) {
Note: See TracChangeset for help on using the changeset viewer.