Docs: Correct description for wp_ajax_update_widget().

Follow-up to [28355].

Props burhandodhy, sabernhardt.
Fixes #44583.
Built from https://develop.svn.wordpress.org/trunk@49071


git-svn-id: http://core.svn.wordpress.org/trunk@48833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-09-30 09:44:09 +00:00
parent f3168fa073
commit b3b8942dfc
2 changed files with 2 additions and 2 deletions

View File

@ -2370,7 +2370,7 @@ function wp_ajax_save_widget() {
}
/**
* Ajax handler for saving a widget.
* Ajax handler for updating a widget.
*
* @since 3.9.0
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49070';
$wp_version = '5.6-alpha-49071';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.