mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 01:48:21 +01:00
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:
parent
31f51e2cbb
commit
714d5885d9
@ -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
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user