Make WordPress Core

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)

25489.diff (860 bytes ) - added by jdgrimes 13 years ago.

Download all attachments as: .zip

Change History (4)

@jdgrimes
13 years ago

#1 @yoavf
13 years ago

  • Keywords commit added
  • Milestone Awaiting Review3.9
  • Priority normallow
  • Severity normaltrivial

#2 @SergeyBiryukov
13 years ago

  • Version 3.13.0

Used to be 'Update to version %s', changed to 'Update Now' in [13950].

#3 @SergeyBiryukov
13 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 26943:

Remove unnecessary sprintf(). props jdgrimes. fixes #25489.

Note: See TracTickets for help on using tickets.