Make WordPress Core


Ignore:
Timestamp:
05/18/2010 04:58:18 AM (16 years ago)
Author:
nacin
Message:

Use echo esc_html, not esc_html_e, which also translates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/my-sites.php

    r14404 r14720  
    4646<div class="wrap">
    4747<?php screen_icon(); ?>
    48 <h2><?php esc_html_e( $title ); ?></h2>
     48<h2><?php echo esc_html( $title ); ?></h2>
    4949<form id="myblogs" action="" method="post">
    5050    <?php
Note: See TracChangeset for help on using the changeset viewer.