Ticket #33129: 33129.2.patch
File 33129.2.patch, 555 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/nav-menu.js
514 514 $( '.item-edit' ).data( 'needs_accessibility_refresh', true ); 515 515 516 516 // All open items have to be refreshed or they will show no links 517 $( '.menu-item-edit-active .item-edit' ).each( function() {517 $( '.menu-item-edit-active a.item-edit' ).each( function() { 518 518 api.refreshAdvancedAccessibilityOfItem( this ); 519 519 } ); 520 520 },