#1252 closed enhancement (wontfix)
Admin menu validation fix and basic cleanup in bbPress admin functions file
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.1 | Priority: | low |
| Severity: | minor | Version: | |
| Component: | Back-end | Keywords: | has-patch tested |
| Cc: |
Description
There is a validation problem because of DIV insertion inside link. Solution how to fix it is simple - just replace DIV with INS tag.
I've also made a basic cleanup in "functions.bb-admin.php" file.
Everything was tested on my test instance of bbPress.
If you like those changes I can prepare more fixes like this and some small code enchantments in future.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
I think SPAN should be used instead of INS if this is considered a problem. A SPAN will probably need to have display:block added to it's style as well.