Docs: Correct description for wp_ajax_update_widget().

Follow-up to [28355].

Props burhandodhy, sabernhardt.
Fixes #44583.

git-svn-id: https://develop.svn.wordpress.org/trunk@49071 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-09-30 09:42:16 +00:00
parent 6d786bb311
commit f2bd8d0481

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
*