Remove an unused JS variable after [29036]. see #27406.
git-svn-id: https://develop.svn.wordpress.org/trunk@29042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
70639f7b90
commit
194122cb84
@ -58,8 +58,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
var accordionOptions = $( '.accordion-container li.accordion-section' ),
|
||||
sectionContent = $( '.accordion-section-content' );
|
||||
var sectionContent = $( '.accordion-section-content' );
|
||||
|
||||
/**
|
||||
* Close the current accordion section and open a new one.
|
||||
|
Loading…
Reference in New Issue
Block a user