Make WordPress Core

Ticket #27406: 27406v4.diff

File 27406v4.diff, 496 bytes (added by MattyRob, 10 years ago)
  • src/wp-admin/js/accordion.js

     
    5858                });
    5959        });
    6060
    61         var accordionOptions = $( '.accordion-container li.accordion-section' ),
    62                 sectionContent   = $( '.accordion-section-content' );
     61        var sectionContent   = $( '.accordion-section-content' );
    6362
    6463        /**
    6564         * Close the current accordion section and open a new one.