• Resolved OC5

    (@oc5)


    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="https://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?> xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="https://ogp.me/ns#">

    now only prints:

    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="" xml:lang="">

    If I disable Head Cleaner the attributes are displayed correctly.

    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="fi-FI" xml:lang="fi-FI" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="https://ogp.me/ns#">

    https://www.ads-software.com/extend/plugins/head-cleaner/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Head Cleaner] Language attributes missing’ is closed to new replies.