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
This commit is contained in:
Drew Jaynes 2013-10-28 00:16:54 +00:00
parent d8f9cc6fff
commit e496679014

View File

@ -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
*/