Ticket #43556: 43556.diff
| File 43556.diff, 491 bytes (added by , 8 years ago) |
|---|
-
src/wp-admin/js/customize-widgets.js
1630 1630 */ 1631 1631 getActiveSectionCount = function() { 1632 1632 return _.filter( panel.sections(), function( section ) { 1633 return section.active();1633 return 'sidebar' === section.params.type && section.active(); 1634 1634 } ).length; 1635 1635 }; 1636 1636
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)