MySQL version is the same requirement as WP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user