#11476 closed defect (bug) (fixed)
Missing percent sign in string passed to sprintf
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When you open wp-admin/update-core.php, you may see
Compatibility with WordPress 2.9: 100(according to its author)
instead of:
Compatibility with WordPress 2.9: 100% (according to its author)
Attached patch adds fixes this.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
see:
http://php.net/manual/en/function.sprintf.php
A type specifier that says what type the argument data should be treated as. Possible types:
% - a literal percent character. No argument is required.