Explorar o código

Move to Content Options

Aurorum %!s(int64=4) %!d(string=hai) anos
pai
achega
01d8753b65
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      apostrophe-2/inc/customizer.php

+ 2 - 2
apostrophe-2/inc/customizer.php

@@ -28,8 +28,8 @@ function apostrophe_2_customize_register( $wp_customize ) {
 
 		$wp_customize->add_control( 'apostrophe_2_mobile_social', array(
   			'type' => 'checkbox',
-  			'section' => 'nav_menu[2]',
-  			'label' => __( 'Display social menu on mobile devices' ),
+  			'section' => 'jetpack_content_options',
+  			'label' => __( 'Display social menu on mobile devices', 'apostrophe-2' ),
 		) );
 	}	
 }