Changeset 3284774
- Timestamp:
- 04/30/2025 09:53:43 AM (8 months ago)
- File:
-
- 1 edited
-
businesspress/trunk/businesspress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
businesspress/trunk/businesspress.php
r3284756 r3284774 1593 1593 if( empty($this->aOptions['admin-dropdown']) ) { 1594 1594 $this->aOptions['admin-dropdown'] = true; 1595 } 1596 1597 if( empty($this->aOptions['admin-posts-yearly-dropdowns']) ) { 1598 $this->aOptions['admin-posts-yearly-dropdowns'] = true; 1599 } 1600 1601 if( empty($this->aOptions['admin-woocommerce-search-speed']) ) { 1602 $this->aOptions['admin-woocommerce-search-speed'] = true; 1603 } 1595 } 1604 1596 1605 1597 $this->aOptions['version'] = BusinessPress::VERSION;
Note: See TracChangeset
for help on using the changeset viewer.