Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#2842 closed enhancement (fixed)

Minor Enchantment in Dashboard Comments listing.

Reported by: ckr's profile ckr Owned by:
Milestone: Priority: normal
Severity: trivial Version: 2.0.3
Component: Optimization Keywords: dashboard comment div bg|has-patch
Focuses: 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 (1)

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

Download all attachments as: .zip

Change History (6)

@Nazgul
18 years ago

#1 @Nazgul
18 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.

#2 @ryan
18 years ago

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

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

#3 @ryan
18 years ago

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

#4 @ryan
18 years ago

  • Version set to 2.0.3

#5 @(none)
17 years ago

  • Milestone 2.0.4 deleted

Milestone 2.0.4 deleted

Note: See TracTickets for help on using tickets.