Ticket #25584: 25584.diff
File 25584.diff, 504 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/includes/ms.php
148 148 } 149 149 150 150 clean_blog_cache( $blog ); 151 152 /** 153 * Fires after the site is deleted from the network. 154 * 155 * @since 3.8.0 156 * 157 * @param int $blog_id ID of the site that was deleted from the network. 158 */ 159 do_action( 'deleted_site', $blog_id ); 151 160 } 152 161 153 162 if ( $switch )