wp/wp-includes/customize/class-wp-customize-nav-menus-panel.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
    94 		</li>
    94 		</li>
    95 		<?php
    95 		<?php
    96 		// NOTE: The following is a workaround for an inability to treat (and thus label) a list of sections as a whole.
    96 		// NOTE: The following is a workaround for an inability to treat (and thus label) a list of sections as a whole.
    97 		?>
    97 		?>
    98 		<li class="customize-control-title customize-section-title-nav_menus-heading"><?php _e( 'Menus' ); ?></li>
    98 		<li class="customize-control-title customize-section-title-nav_menus-heading"><?php _e( 'Menus' ); ?></li>
    99 	<?php
    99 		<?php
   100 	}
   100 	}
   101 }
   101 }