add activate_wp_head hook to wp-activate.php, fixes #12166

git-svn-id: https://develop.svn.wordpress.org/trunk@13073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-02-13 00:33:47 +00:00
parent bcf5ab6307
commit 78ee7b26e5
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ if ( is_object( $wp_object_cache ) )
do_action("activate_header");
function do_activate_header() {
do_action("activate_wp_head");
}
add_action( 'wp_head', 'do_activate_header' );
function wpmu_activate_stylesheet() {
?>
<style type="text/css">