mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxstyle.git
synced 2025-08-26 16:44:24 +08:00
Remove responsive layout on/off option, regenerate .pot file
This commit is contained in:
parent
c3a35d4ccd
commit
745eab366d
3 changed files with 144 additions and 161 deletions
|
@ -198,7 +198,7 @@ if ( ! function_exists( 'boxstyle_styles' ) ) {
|
|||
|
||||
function boxstyle_styles() {
|
||||
wp_enqueue_style( 'boxstyle-style', get_stylesheet_uri() );
|
||||
if ( get_theme_mod('responsive','on') =='on' ) { wp_enqueue_style( 'boxstyle-responsive', get_template_directory_uri().'/responsive.css' ); }
|
||||
wp_enqueue_style( 'boxstyle-responsive', get_template_directory_uri().'/responsive.css' );
|
||||
if ( get_theme_mod('dark','off') == 'on' ) { wp_enqueue_style( 'boxstyle-dark', get_template_directory_uri().'/dark.css' ); }
|
||||
wp_enqueue_style( 'boxstyle-font-awesome', get_template_directory_uri().'/fonts/all.min.css' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue