Make WordPress Core


Ignore:
Timestamp:
08/28/2016 06:05:02 PM (9 years ago)
Author:
johnbillion
Message:

I18N: Correct various instances of incorrect usage of esc_attr_e().

Fixes #37457
Props henry.wright, afercia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/revision.php

    r38307 r38424  
    341341                #>
    342342                />
    343                 <?php esc_attr_e( 'Compare any two revisions' ); ?>
     343                <?php esc_html_e( 'Compare any two revisions' ); ?>
    344344            </label>
    345345        </div>
Note: See TracChangeset for help on using the changeset viewer.