Changeset 43588
- Timestamp:
- 08/28/2018 07:54:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/widgets.js
r43347 r43588 1635 1635 getActiveSectionCount = function() { 1636 1636 return _.filter( panel.sections(), function( section ) { 1637 return section.active();1637 return 'sidebar' === section.params.type && section.active(); 1638 1638 } ).length; 1639 1639 };
Note: See TracChangeset
for help on using the changeset viewer.