Opened 13 years ago
Closed 13 years ago
#25489 closed defect (bug) (fixed)
Unnecessary use of sprintf on gettexted string in WP_Plugin_Install_List_Table
| Reported by: | jdgrimes | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | low | Milestone: | 3.9 |
| Component: | I18N | Version: | 3.0 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Used to be
'Update to version %s', changed to'Update Now'in [13950].