29* Fires after the blog details are updated.30*31* @since MU(3.0.0)32*33* @param int$blog_id Site ID.34*/35do_action('wpmu_blog_updated',$site_id);36}3738/**39* Gets a full site URL, given a site ID.40*41* @since MU(3.0.0)
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.