Remove closing PHP tags

This commit is contained in:
Brian Miyaji
2014-01-07 11:20:43 +11:00
parent 79b6ae5806
commit 98dcd69b33
45 changed files with 13 additions and 49 deletions

View File

@@ -95,4 +95,3 @@ function sp_column_details_meta( $post ) {
<?php
sp_nonce();
}
?>

View File

@@ -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' );
?>

View File

@@ -83,4 +83,3 @@ function sp_list_stats_meta( $post ) {
sp_player_table( $columns, $data, $placeholders );
sp_nonce();
}
?>

View File

@@ -42,4 +42,3 @@ function sp_outcome_details_meta( $post ) {
<?php
sp_nonce();
}
?>

View File

@@ -228,4 +228,3 @@ function sp_player_details_meta( $post ) {
endforeach;
sp_nonce();
}
?>

View File

@@ -54,4 +54,3 @@ function sp_result_details_meta( $post ) {
<?php
sp_nonce();
}
?>

View File

@@ -8,4 +8,3 @@ function sp_separator_cpt_init() {
register_post_type( 'sp_separator', $args );
}
add_action( 'init', 'sp_separator_cpt_init' );
?>

View File

@@ -48,4 +48,3 @@ function sp_staff_edit_columns() {
return $columns;
}
add_filter( 'manage_edit-sp_staff_columns', 'sp_staff_edit_columns' );
?>

View File

@@ -95,4 +95,3 @@ function sp_statistic_equation_meta( $post ) {
<?php
sp_nonce();
}
?>

View File

@@ -72,4 +72,3 @@ function sp_table_columns_meta( $post ) {
sp_nonce();
}
?>

View File

@@ -175,4 +175,3 @@ function sp_team_columns_meta( $post ) {
sp_team_columns_table( $columns, $data, $placeholders );
sp_nonce();
}
?>