#42149 closed defect (bug) (worksforme)
Missing numbered placeholders in options-general. and deprecated.php
Reported by: | birgire | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
After reading #42142 on missing numbererd placeholders in wp-db.php
, I checked if there were others.
There are cases in options-general.php
'The %s constant in your %s file is no longer needed.'
and in deprecated.php
:
'Displaying %s–%s of %s'
Attachments (1)
Change History (4)
#2
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Thanks for the patch, @birgire , but I'm going to close this because:
- The
do_paging()
function is deprecated and we don't want to burden translators with an unnecessary change to a string in a deprecated function. - The numbered placeholders in
options-general.php
were fixed in [42343].
Note: See
TracTickets for help on using
tickets.
In 42149.diff