first commit
This commit is contained in:
7
js/customize-controls.js
Normal file
7
js/customize-controls.js
Normal file
@ -0,0 +1,7 @@
|
||||
wp.customize.sectionConstructor['pressbook-button'] = wp.customize.Section.extend( {
|
||||
// No events for this type of section.
|
||||
attachEvents: function() {},
|
||||
|
||||
// Always make the section active.
|
||||
isContextuallyActive: function() { return true; }
|
||||
} );
|
Reference in New Issue
Block a user