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:
parent
bcf5ab6307
commit
78ee7b26e5
@ -18,6 +18,11 @@ if ( is_object( $wp_object_cache ) )
|
|||||||
|
|
||||||
do_action("activate_header");
|
do_action("activate_header");
|
||||||
|
|
||||||
|
function do_activate_header() {
|
||||||
|
do_action("activate_wp_head");
|
||||||
|
}
|
||||||
|
add_action( 'wp_head', 'do_activate_header' );
|
||||||
|
|
||||||
function wpmu_activate_stylesheet() {
|
function wpmu_activate_stylesheet() {
|
||||||
?>
|
?>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
Loading…
Reference in New Issue
Block a user