WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#3423 closed defect (bug) (fixed)

Missed echo

Reported by: mypatricks Owned by: ryan
Priority: normal Milestone: 2.1
Component: Administration Version: 2.0.5
Severity: normal Keywords: Category
Cc:

Description

Missed echo in <?php js_escape(('Separate multiple categories with commas.')); ?>

eg.
<span id="howto"><?php echo js_escape(('Separate multiple categories with commas.')); ?></span>

Change History (1)

comment:1 ryan7 years ago

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

(In [4587]) Don't forge to echo. Props mypatricks. fixes #3423

Note: See TracTickets for help on using tickets.