mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user