• wp-includes/links.php

    1.2.2
    Line 562
    // Display the category name
    echo " <li id="".sanitize_title($cat["cat_name"])."">" . stripslashes($cat["cat_name"]) . "nt<ul>n";

    1.5
    Line 503
    // Display the category name
    echo " <li id="linkcat-" . $cat["link_category"] . ""><h2>" . $cat["cat_name"] . "</h2>nt<ul>n";

    Remove the <h2> and </h2> tags to revert back if you have upgraded and this is causing problems ?

    **Untested – keep a backup.

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘1.5, Link cats and the h2 tag’ is closed to new replies.