Ticket #2842 (closed enhancement: fixed)

Opened 6 years ago

Last modified 5 years ago

Minor Enchantment in Dashboard Comments listing.

Reported by: ckr Owned by: anonymous
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

2842.diff Download (680 bytes) - added by Nazgul 6 years ago.

Change History

Nazgul6 years ago

  • 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.

comment:2   ryan6 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [3912]) Markup fix from ckr and Nazgul. fixes #2842

comment:3   ryan6 years ago

(In [3913]) Markup fix from ckr and Nazgul. fixes #2842

comment:4   ryan6 years ago

  • Version set to 2.0.3
  • Milestone 2.0.4 deleted

Milestone 2.0.4 deleted

Note: See TracTickets for help on using tickets.