Add default frontend stylesheet

This commit is contained in:
Brian Miyaji
2016-12-12 14:58:26 +11:00
parent 8c6e87ff92
commit 9e06db79b5
6 changed files with 372 additions and 18 deletions

View File

@@ -423,6 +423,10 @@ class SP_Install {
update_option( 'sportspress_staff_template_order', $layout );
}
}
if ( version_compare( $version, '2.2', '<' ) ) {
update_option( 'sportspress_frontend_styles', 'no' );
}
}
/**