mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
Docs: Correct formatting for the autosave()
function return value in js/_enqueues/wp/autosave.js
.
Props dilipbheda, mukesh27. Fixes #51401. Built from https://develop.svn.wordpress.org/trunk@49065 git-svn-id: http://core.svn.wordpress.org/trunk@48827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2cbcc5d548
commit
249451fe08
@ -30,8 +30,8 @@ window.autosave = function() {
|
||||
* disableButtons: disableButtons,
|
||||
* enableButtons: enableButtons,
|
||||
* local: ({hasStorage, getSavedPostData, save, suspend, resume}|*),
|
||||
* server: ({tempBlockSave, triggerSave, postChanged, suspend, resume}|*)}
|
||||
* }
|
||||
* server: ({tempBlockSave, triggerSave, postChanged, suspend, resume}|*)
|
||||
* }}
|
||||
* The object with all functions for autosave.
|
||||
*/
|
||||
function autosave() {
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49064';
|
||||
$wp_version = '5.6-alpha-49065';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user