MySQL version is the same requirement as WP

This commit is contained in:
Brian Miyaji
2014-05-03 10:28:41 +10:00
parent a6029443e6
commit 479f56b927

View File

@@ -44,10 +44,6 @@
<td><?php _e( 'PHP Version','sportspress' ); ?>:</td>
<td><?php if ( function_exists( 'phpversion' ) ) echo esc_html( phpversion() ); ?></td>
</tr>
<tr>
<td><?php _e( 'MySQL Version','sportspress' ); ?>:</td>
<td><?php if ( function_exists( 'mysql_get_server_info' ) ) echo esc_html( mysql_get_server_info() ); ?></td>
</tr>
<tr>
<td><?php _e( 'WP Memory Limit','sportspress' ); ?>:</td>
<td><?php