X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fef8173b8c3bad08f495551e43cfdeac1cae6021..5964d2279dc52bdfe105f9bfa17e04337d47a3fa:/wp-activate.php diff --git a/wp-activate.php b/wp-activate.php index 6bc019c7..0d5f1dca 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -1,5 +1,13 @@ cache_enabled = false; -do_action("activate_header"); +do_action( 'activate_header' ); +/** + * Adds an action hook specific to this page that fires on wp_head + * + * @since MU + */ function do_activate_header() { - do_action("activate_wp_head"); + do_action( 'activate_wp_head' ); } add_action( 'wp_head', 'do_activate_header' ); +/** + * Loads styles specific to this page. + * + * @since MU + */ function wpmu_activate_stylesheet() { ?>