Make WordPress Core

Ticket #25584: 25584.diff

File 25584.diff, 504 bytes (added by jeremyfelt, 11 years ago)
  • src/wp-admin/includes/ms.php

     
    148148                }
    149149
    150150                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 );
    151160        }
    152161
    153162        if ( $switch )