Error in JS-File
-
there is an error in the JS file adding the BOLD-Tag to the selected category in the article list view. it replaces sometimes, if the category slug is the same as the category title, the link parameter (/wp-admin/edit.php?category_name=<b>slug</b>) instead of the title.
quickfix to “wp-category-permalink.js” Line 68:
categoriesHtml = categoriesHtml.replace('>'+category+'<', '><b>' + category + '</b><');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Error in JS-File’ is closed to new replies.