#17907 closed defect (bug) (wontfix)
Dahsboard strings should use numbered print placeholders
Reported by: | nbachiyski | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | trivial | Version: | 3.2 |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
Two strings in wp-admin/inncludes/dashboard.php
are using consecutive %s
instead of %1$s
and %2$s
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
There's no need to have numbered placeholders here, as it's impossible for the href to come after the anchor. See my commit message for [18297].