Yes, this is PHP

This commit is contained in:
Scott Walkinshaw
2012-11-02 12:44:53 -04:00
parent d36127b147
commit 18acf1af0b

View File

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