Make WordPress Core

Ticket #25584: ms.diff

File ms.diff, 399 bytes (added by pauldewouters, 11 years ago)
  • ms.php

     
    148148                clean_blog_cache( $blog );
    149149        }
    150150
     151        /**
     152         * Fires after a blog is deleted.
     153         *
     154         * @since MU
     155         *
     156         * @param int $blog_id The blog ID.
     157         */
     158        do_action( 'after_delete_blog', $blog_id );
     159
    151160        if ( $switch )
    152161                restore_current_blog();
    153162}