<strong id="
-
When the plugin is activated, it wraps almost the complete WordPress user interface (backend) in a strong-tag.
Normal structure (plugin deactivated):
<div id="wpwrap">
<div id="adminmenumain"> ... </div>
ALL THE REST
</div>The plugin wraps ALL THE REST in a strong-tag with a strange id:
<div id="wpwrap">
<div id="adminmenumain"> ... </div>
<strong id="</a">
ALL THE REST
</strong>
</div>The main downside to this is that, when editing posts, all the post’s text looks bold, and bold vs non-bold is not distinguishable in the editor (it looks normal on the frontend)
I cannot find a setting anywhere to prevent this. Any help would be appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.