X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/fef8173b8c3bad08f495551e43cfdeac1cae6021..11be15bd505d66a91e2c80062190b13e315a04a9:/wp-activate.php diff --git a/wp-activate.php b/wp-activate.php index 6bc019c7..6a474b12 100644 --- a/wp-activate.php +++ b/wp-activate.php @@ -1,5 +1,12 @@ 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() { ?>