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:
Sergey Biryukov 2020-09-28 10:46:05 +00:00
parent 2cbcc5d548
commit 249451fe08
2 changed files with 3 additions and 3 deletions

View File

@ -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() {

View File

@ -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.