mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 11:14:36 +00:00
Replace echo __() with _e().
props marsjaninzmarsa. fixes #32239. git-svn-id: https://develop.svn.wordpress.org/trunk@32333 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -150,7 +150,7 @@ do_action( 'customize_controls_print_scripts' );
|
||||
?></span>
|
||||
</div>
|
||||
<div class="accordion-section-content"><?php
|
||||
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.' );
|
||||
_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.' );
|
||||
?></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user