Make WordPress Core


Ignore:
Timestamp:
05/03/2015 04:17:06 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Replace echo __() with _e().

props marsjaninzmarsa.
fixes #32239.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r32116 r32333  
    268268            echo '<div class="random-header">';
    269269            echo '<label><input name="default-header" type="radio" value="random-' . $type . '-image"' . checked( is_random_header_image( $type ), true, false ) . ' />';
    270             echo __( '<strong>Random:</strong> Show a different image on each page.' );
     270            _e( '<strong>Random:</strong> Show a different image on each page.' );
    271271            echo '</label>';
    272272            echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.