From a50000ad1a938fce9b4b461916a9d78ad8c6a954 Mon Sep 17 00:00:00 2001 From: Takumi Date: Fri, 2 Aug 2013 03:25:50 +1000 Subject: [PATCH] Move shit around for no reason --- globals.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/globals.php b/globals.php index 97e7e2fe..08d0224b 100644 --- a/globals.php +++ b/globals.php @@ -1,10 +1,4 @@ array( - 'sp_event_team_count' => 2, - ) -); - $sportspress_texts = array( 'sp_team' => array( 'Enter title here' => __( 'Team', 'sportspress' ), @@ -57,6 +51,12 @@ $sportspress_thumbnail_texts = array( ) ); +$sportspress_options = array( + 'settings' => array( + 'sp_event_team_count' => 2, + ) +); + foreach( $sportspress_options as $optiongroupkey => $optiongroup ) { foreach( $optiongroup as $key => $value ) { if ( get_option( $key ) === false )