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

@@ -34,7 +34,7 @@
</tr>
<tr>
<td><?php _e( 'WP Multisite Enabled','sportspress' ); ?>:</td>
<td><?php if ( is_multisite() ) echo __( 'Yes', 'sportspress' ); else echo __( 'No', 'sportspress' ); ?></td>
<td><?php if ( is_multisite() ) _e( 'Yes', 'sportspress' ); else _e( 'No', 'sportspress' ); ?></td>
</tr>
<tr>
<td><?php _e( 'Web Server Info','sportspress' ); ?>:</td>