mirror of
https://ghproxy.net/https://github.com/AlxMedia/splits.git
synced 2025-08-26 07:44:53 +08:00
Remove responsive layout on/off option, regenerate .pot file
This commit is contained in:
parent
1d89ad7a91
commit
9b7d5eb6ba
3 changed files with 165 additions and 182 deletions
|
@ -63,15 +63,6 @@ Kirki::add_section( 'styling', array(
|
|||
/* Add Fields
|
||||
/* ------------------------------------ */
|
||||
|
||||
// General: Responsive Layout
|
||||
Kirki::add_field( 'split_theme', array(
|
||||
'type' => 'switch',
|
||||
'settings' => 'responsive',
|
||||
'label' => esc_html__( 'Responsive Layout', 'split' ),
|
||||
'description' => esc_html__( 'Mobile and tablet optimizations (responsive.css)', 'split' ),
|
||||
'section' => 'general',
|
||||
'default' => 'on',
|
||||
) );
|
||||
// General: Mobile Sidebar
|
||||
Kirki::add_field( 'split_theme', array(
|
||||
'type' => 'switch',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue