Update default colour scheme
This commit is contained in:
@@ -44,34 +44,6 @@ function sportspress_the_title( $title, $id ) {
|
||||
}
|
||||
add_filter( 'the_title', 'sportspress_the_title', 10, 2 );
|
||||
|
||||
function sportspress_admin_notices_styles() {
|
||||
$screen = get_current_screen();
|
||||
|
||||
if ( $screen->id != 'settings_page_sportspress' ):
|
||||
if ( isset( $_REQUEST['skip_install_sportspress'] ) ):
|
||||
update_option( '_sp_needs_welcome', $_REQUEST['_sp_needs_welcome'] );
|
||||
endif;
|
||||
|
||||
if ( ! get_option( 'sportspress_installed' ) ):
|
||||
add_action( 'admin_notices', 'sportspress_admin_install_notices' );
|
||||
endif;
|
||||
endif;
|
||||
|
||||
$template = get_option( 'template' );
|
||||
|
||||
if ( ! current_theme_supports( 'sportspress' ) && ! in_array( $template, array( 'twentyfourteen', 'twentythirteen', 'twentyeleven', 'twentytwelve', 'twentyten' ) ) ):
|
||||
if ( ! empty( $_GET['hide_sportspress_theme_support_check'] ) ):
|
||||
update_option( 'sportspress_theme_support_check', $template );
|
||||
return;
|
||||
endif;
|
||||
|
||||
if ( get_option( 'sportspress_theme_support_check' ) !== $template ):
|
||||
add_action( 'admin_notices', 'sportspress_theme_check_notice' );
|
||||
endif;
|
||||
endif;
|
||||
}
|
||||
//add_action( 'admin_print_styles', 'sportspress_admin_notices_styles' );
|
||||
|
||||
/**
|
||||
* sportspress_admin_install_notices function.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user