Reverse form array to display in chronological order
This commit is contained in:
@@ -455,6 +455,9 @@ class SP_League_Table extends SP_Custom_Post{
|
||||
|
||||
// Initialize team form array
|
||||
$team_form = array();
|
||||
|
||||
// Reverse form array to display in chronological order
|
||||
$form = array_reverse( $form );
|
||||
|
||||
// Loop through event form
|
||||
foreach ( $form as $form_event ):
|
||||
|
||||
Reference in New Issue
Block a user