deleted file style.css

This commit is contained in:
2024-12-16 13:52:00 +00:00
committed by Gitium
parent e3858f0710
commit 19dfd317cc
142 changed files with 0 additions and 37145 deletions

View File

@ -1,12 +0,0 @@
( function( $, api ) {
api.sectionConstructor['gp-upsell-section'] = api.Section.extend( {
// No events for this type of section.
attachEvents: function () {},
// Always make the section active.
isContextuallyActive: function () {
return true;
}
} );
} )( jQuery, wp.customize );