#19182 closed defect (bug) (fixed)
Replacing `...` with `…` and making it suitable for i18n in table paginations.
Reported by: | georgestephanis | Owned by: | 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)
Change History (6)
#2
@
13 years ago
Found the construct elsewhere as well:
./wp-includes/formatting.php:1922: $more = __( '…' );
#3
@
13 years ago
Yeah, it was remarked on briefly in http://core.trac.wordpress.org/ticket/18888
Note: See
TracTickets for help on using
tickets.
Patch file of ~/wp-includes/general-template.php