Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#24253 closed defect (bug) (fixed)

Using _e() instead of _ex() in wp-admin/revision.php

Reported by: johnjamesjacoby's profile johnjamesjacoby Owned by: ocean90's profile ocean90
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: Revisions Keywords:
Focuses: Cc:

Description

r24157 introduced a bug causing what should be a text-hint to instead be a textdomain.

Patch attached uses _ex().

(Aside: we need esc_html_ex() and esc_attr_ex() functions.)

Attachments (1)

24253.patch (590 bytes) - added by johnjamesjacoby 10 years ago.

Download all attachments as: .zip

Change History (2)

#1 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 24166:

Fix typo in [24157]. props johnjamesjacoby. fixes #24253.

Note: See TracTickets for help on using tickets.