Remove closing PHP tags
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
<h3 class="title"><?php _e( 'General Settings', 'sportspress' ); ?></h3>
|
||||
<?php
|
||||
|
||||
settings_fields( 'sportspress_general' );
|
||||
do_settings_sections( 'sportspress_general' );
|
||||
submit_button();
|
||||
|
||||
?>
|
||||
@@ -166,5 +166,3 @@ function sportspress_event_stats_callback() {
|
||||
function sportspress_player_stats_callback() {
|
||||
sportspress_render_option_field( 'sportspress_stats', 'player', 'textarea' );
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user