Changeset 32083
- Timestamp:
- 04/08/2015 05:52:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r32054 r32083 583 583 } 584 584 }); 585 }, 586 587 /** 588 * Override Section.isContextuallyActive method. 589 * 590 * Ignore the active states' of the contained theme controls, and just 591 * use the section's own active state instead. This ensures empty search 592 * results for themes to cause the section to become inactive. 593 * 594 * @since 4.2.0 595 * 596 * @returns {Boolean} 597 */ 598 isContextuallyActive: function () { 599 return this.active(); 585 600 }, 586 601
Note: See TracChangeset
for help on using the changeset viewer.