From e496679014add2dff4c64ff8b0919df2475a7792 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 28 Oct 2013 00:16:54 +0000 Subject: [PATCH] Clarify that `wpmu_update_blog_options` fires after ''site'' options are updated. See #25725. git-svn-id: https://develop.svn.wordpress.org/trunk@25963 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/site-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/network/site-settings.php b/src/wp-admin/network/site-settings.php index 2d88c2a6da..76d0d2c56d 100644 --- a/src/wp-admin/network/site-settings.php +++ b/src/wp-admin/network/site-settings.php @@ -59,7 +59,7 @@ if ( isset($_REQUEST['action']) && 'update-site' == $_REQUEST['action'] && is_ar } /** - * Fires after network options are updated. + * Fires after the site options are updated. * * @since 3.0.0 */