Ticket #2842 (closed enhancement: fixed)
Minor Enchantment in Dashboard Comments listing.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.0.3 |
| Severity: | trivial | Keywords: | dashboard comment div bg|has-patch |
| Cc: |
Description
In Dashboard when you use tiger admin style plugin, you get a displacement of the comment listing because the </div> tag in line 46 should be after the <?php endif; ?> tag in line 60. So that it would be after the end of the list.
I've checked it and I can find it in wp versions 2.0.2 and 2.0.3. I've also checked the svn and it exists in 2.1.
I don't know how to fix this since I haven't worked a lot with svn, and I don't want to make any mistake.
Attachments
Change History
- Keywords dashboard comment div bg|has-patch added
Yes, the <ul></ul> of the comments should indeed be within that <div>, same as already exists for the posts list just beneath it.
Diff attached.
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

