The action get_header() inserts localization variables before doctype
-
After upgrading from 0.18 to 0.2.0 I noticed that the plugin inserts the localization variables before the doctype declaration, thus forcing browsers into quirks mode (which, in my case, causes rendering issues).
This is probably due to the way you’re using the action get_header();
add_action( 'get_header' , 'bp_like_insert_head' );
Can anyone reproduce by viewing the source of their website with 0.2.0 activated?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The action get_header() inserts localization variables before doctype’ is closed to new replies.