echo __ => _e

This commit is contained in:
Brian Miyaji
2014-06-23 16:59:28 +10:00
parent 55e3dbb3be
commit 10ad135093
10 changed files with 13 additions and 14 deletions

View File

@@ -359,7 +359,7 @@ if ( class_exists( 'WP_Importer' ) ) {
else:
echo '<p><strong>' . __( 'Sorry, there has been an error.', 'sportspress' ) . '</strong><br />';
echo __( 'The CSV is invalid.', 'sportspress' ) . '</p>';
_e( 'The CSV is invalid.', 'sportspress' ) . '</p>';
$this->footer();
die();

View File

@@ -126,7 +126,7 @@ if ( class_exists( 'WP_Importer' ) ) {
else:
echo '<p><strong>' . __( 'Sorry, there has been an error.', 'sportspress' ) . '</strong><br />';
echo __( 'The CSV is invalid.', 'sportspress' ) . '</p>';
_e( 'The CSV is invalid.', 'sportspress' ) . '</p>';
$this->footer();
die();

View File

@@ -119,7 +119,7 @@ if ( class_exists( 'WP_Importer' ) ) {
else:
echo '<p><strong>' . __( 'Sorry, there has been an error.', 'sportspress' ) . '</strong><br />';
echo __( 'The CSV is invalid.', 'sportspress' ) . '</p>';
_e( 'The CSV is invalid.', 'sportspress' ) . '</p>';
$this->footer();
die();

View File

@@ -83,7 +83,7 @@ if ( class_exists( 'WP_Importer' ) ) {
else:
echo '<p><strong>' . __( 'Sorry, there has been an error.', 'sportspress' ) . '</strong><br />';
echo __( 'The CSV is invalid.', 'sportspress' ) . '</p>';
_e( 'The CSV is invalid.', 'sportspress' ) . '</p>';
$this->footer();
die();