Docs: Correct formatting for the autosave()
function return value in js/_enqueues/wp/autosave.js
.
Props dilipbheda, mukesh27. Fixes #51401. git-svn-id: https://develop.svn.wordpress.org/trunk@49065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
581e45426c
commit
0432229195
@ -30,8 +30,8 @@ window.autosave = function() {
|
|||||||
* disableButtons: disableButtons,
|
* disableButtons: disableButtons,
|
||||||
* enableButtons: enableButtons,
|
* enableButtons: enableButtons,
|
||||||
* local: ({hasStorage, getSavedPostData, save, suspend, resume}|*),
|
* 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.
|
* The object with all functions for autosave.
|
||||||
*/
|
*/
|
||||||
function autosave() {
|
function autosave() {
|
||||||
|
Loading…
Reference in New Issue
Block a user