#26187 closed defect (bug) (fixed)
Translation function used instead of just escaping in wp-admin/includes/nav-menu.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.6 |
| Component: | Menus | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Line 850, esc_attr_e used instead of just esc_attr - no translation needed here. Since r23441.
Attachments (2)
Change History (8)
#2
@
12 years ago
- Component changed from General to Menus
- Keywords commit added
- Milestone set to 3.8
- Version changed from 3.7.1 to 3.6
#3
@
12 years ago
- Owner set to ocean90
- Resolution set to fixed
- Status changed from new to closed
In 26347:
Note: See
TracTickets for help on using
tickets.
Update patch - esc_attr does not echo