mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-20 17:10:18 +00:00
df0a35d0d95b6011b3b9a98b8f71bb841680fd41
This simplifies the line `$( siteNavigation.closest( '.main-navigation' ), this ).toggleClass( 'toggled-on' );` to `$( siteNavContain ).toggleClass( 'toggled-on' );`, since `this` is the clicked button, so the extra context isn't needed. Props afercia, laurelfulford. Fixes #38992. git-svn-id: https://develop.svn.wordpress.org/trunk@39419 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%