Opened 12 years ago
Closed 12 years ago
#25489 closed defect (bug) (fixed)
Unnecessary use of sprintf on gettexted string in WP_Plugin_Install_List_Table
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9 | Priority: | low |
| Severity: | trivial | Version: | 3.0 |
| Component: | I18N | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
In WP_Plugin_Install_List_Table, the string "Update Now" is unnecessarily being passed through sprintf after it is gettexted.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Used to be
'Update to version %s', changed to'Update Now'in [13950].