mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 01:31:27 +01:00
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:
parent
f3168fa073
commit
b3b8942dfc
@ -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
|
* @since 3.9.0
|
||||||
*
|
*
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user