#11476 closed defect (bug) (fixed)
Missing percent sign in string passed to sprintf
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Upgrade/Install | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch commit |
| 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)
- Keywords commit added
- Resolution set to fixed
- Status changed from new to closed
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.