From 18acf1af0b4da48abb2ef89e57c9a32fdbf8adac Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 2 Nov 2012 12:44:53 -0400 Subject: [PATCH] Yes, this is PHP --- lib/activation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activation.php b/lib/activation.php index 48e9c6a..79e8ddb 100644 --- a/lib/activation.php +++ b/lib/activation.php @@ -155,7 +155,7 @@ function roots_theme_activation_options_render_page() { ?> function roots_theme_activation_options_validate($input) { $output = $defaults = roots_get_default_theme_activation_options(); - $options = Array( + $options = array( 'first_run' => 1, 'create_front_page' => 'yes', 'change_permalink_structure' => 'yes',