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

@@ -163,9 +163,9 @@ if ( isset( $columns ) )
endif;
if ( $event->post_content !== null ):
if ( $event->post_status == 'publish' ):
echo __( 'Recap', 'sportspress' );
_e( 'Recap', 'sportspress' );
else:
echo __( 'Preview', 'sportspress' );
_e( 'Preview', 'sportspress' );
endif;
endif;