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',