Opened 9 years ago
Closed 9 years ago
#31873 closed defect (bug) (fixed)
Fix wrong use of echo(sprintf())
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
In wp-admin/link-parse-opml.php
:
- First patch - replace
echo( sprintf() )
withprintf()
.
- Second patch - add translator comment.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 31986: