Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13759 closed enhancement (wontfix)

Add whitespace in pagination

Reported by: zeo's profile zeo Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Add whitespace in-between class=displaying-num and class=page-numbers in pagination.

From:

<span class="displaying-num">Displaying 1&#8211;20 of <span class="total-type-count">35</span></span><span class='page-numbers current'>1</span>

to:

<span class="displaying-num">Displaying 1&#8211;20 of <span class="total-type-count">35</span></span> <span class='page-numbers current'>1</span>

Attachments (1)

13759.diff (108.6 KB) - added by zeo 14 years ago.
Add whitespace. Script bump required (not in patch).

Download all attachments as: .zip

Change History (3)

@zeo
14 years ago

Add whitespace. Script bump required (not in patch).

#1 @scribu
14 years ago

  • Keywords has-patch removed
  • Milestone 3.0 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

#2 @scribu
14 years ago

  • Keywords has-patch added

Sorry, didn't see the patch there...

Still, we should be concentrating on other issues.

Note: See TracTickets for help on using tickets.