Make WordPress Core


Ignore:
Timestamp:
10/18/2014 08:10:47 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Use proper functions for escaped translations.

pros jcastaneda.
fixes #30012.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-widgets.php

    r29792 r29961  
    288288?>
    289289        <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'>
    290             <option value=""><?php echo esc_attr( __( 'Select Month' ) ); ?></option>
     290            <option value=""><?php esc_attr_e( 'Select Month' ); ?></option>
    291291
    292292            <?php
Note: See TracChangeset for help on using the changeset viewer.