From f2bd8d048116e40892df4d6429dad99ede2e4c12 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 30 Sep 2020 09:42:16 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/ajax-actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index 7e0751280f..ea8502ce98 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/wp-admin/includes/ajax-actions.php @@ -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 *