Remove closing PHP tags
This commit is contained in:
@@ -95,4 +95,3 @@ function sp_column_details_meta( $post ) {
|
||||
<?php
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -153,4 +153,3 @@ function sp_event_edit_sortable_columns( $columns ) {
|
||||
return $columns;
|
||||
}
|
||||
add_filter( 'manage_edit-sp_event_sortable_columns', 'sp_event_edit_sortable_columns' );
|
||||
?>
|
||||
@@ -83,4 +83,3 @@ function sp_list_stats_meta( $post ) {
|
||||
sp_player_table( $columns, $data, $placeholders );
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -42,4 +42,3 @@ function sp_outcome_details_meta( $post ) {
|
||||
<?php
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -228,4 +228,3 @@ function sp_player_details_meta( $post ) {
|
||||
endforeach;
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -54,4 +54,3 @@ function sp_result_details_meta( $post ) {
|
||||
<?php
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -8,4 +8,3 @@ function sp_separator_cpt_init() {
|
||||
register_post_type( 'sp_separator', $args );
|
||||
}
|
||||
add_action( 'init', 'sp_separator_cpt_init' );
|
||||
?>
|
||||
@@ -48,4 +48,3 @@ function sp_staff_edit_columns() {
|
||||
return $columns;
|
||||
}
|
||||
add_filter( 'manage_edit-sp_staff_columns', 'sp_staff_edit_columns' );
|
||||
?>
|
||||
@@ -95,4 +95,3 @@ function sp_statistic_equation_meta( $post ) {
|
||||
<?php
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -72,4 +72,3 @@ function sp_table_columns_meta( $post ) {
|
||||
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
@@ -175,4 +175,3 @@ function sp_team_columns_meta( $post ) {
|
||||
sp_team_columns_table( $columns, $data, $placeholders );
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user