[Plugin: Head Cleaner] Language attributes missing
-
Hi, after I upgraded Head Cleaner to 1.4.2, language attributes disappeared from my template.
This is the line in my template:
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?> xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">now only prints:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="" xml:lang="">If I disable Head Cleaner the attributes are displayed correctly.
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="fi-FI" xml:lang="fi-FI" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
The topic ‘[Plugin: Head Cleaner] Language attributes missing’ is closed to new replies.