Ticket #31640: 31640.diff
File 31640.diff, 1.1 KB (added by , 10 years ago) |
---|
-
src/wp-admin/js/nav-menu.js
614 614 if( 0 !== $( '#menu-to-edit li' ).length ) 615 615 $( '.drag-instructions' ).show(); 616 616 617 if( 0 === $( '#side-sortables .control-section:visible' ).length ) { 618 $( '.screen-options-instructions' ).show(); 619 } 620 617 621 // Use the right edge if RTL. 618 622 menuEdge += api.isRTL ? api.menuList.width() : 0; 619 623 -
src/wp-admin/nav-menus.php
685 685 <?php do_accordion_sections( 'nav-menus', 'side', null ); ?> 686 686 </form> 687 687 688 <div class="screen-options-instructions" style="display: none;"> 689 <p>Use the Screen Options tab to add options to this column.</p> 690 </div> 691 688 692 </div><!-- /#menu-settings-column --> 689 693 <div id="menu-management-liquid"> 690 694 <div id="menu-management">