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/customize.php

    r31984 r32333  
    151151                </div>
    152152                <div class="accordion-section-content"><?php
    153                     echo __( 'The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.' );
     153                    _e( 'The Customizer allows you to preview changes to your site before publishing them. You can also navigate to different pages on your site to preview them.' );
    154154                ?></div>
    155155            </div>
Note: See TracChangeset for help on using the changeset viewer.