Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#19182 closed defect (bug) (fixed)

Replacing `...` with `…` and making it suitable for i18n in table paginations.

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

Description

… is much more semantic and accurate for designating the gaps between ordinal numbers, and by wrapping it in i18n functions, it's more in-keeping with existing support structures.

Attachments (1)

19182.patch (612 bytes) - added by georgestephanis 13 years ago.
Patch file of ~/wp-includes/general-template.php

Download all attachments as: .zip

Change History (6)

@georgestephanis
13 years ago

Patch file of ~/wp-includes/general-template.php

#1 @georgestephanis
13 years ago

  • Keywords has-patch added

#2 @nacin
13 years ago

Found the construct elsewhere as well:

./wp-includes/formatting.php:1922: $more = __( '…' );

#4 @nacin
13 years ago

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

In [19282]:

Use hellip instead of poor man's elipsis in pagination links. props georgestephanis, fixes #19182.

#5 @nacin
13 years ago

  • Milestone changed from Awaiting Review to 3.3
Note: See TracTickets for help on using tickets.