Plugin Directory

Changeset 3284774


Ignore:
Timestamp:
04/30/2025 09:53:43 AM (8 months ago)
Author:
FolioVision
Message:

1.2: Login Lockout fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • businesspress/trunk/businesspress.php

    r3284756 r3284774  
    15931593      if( empty($this->aOptions['admin-dropdown']) ) {
    15941594        $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      }   
    16041596
    16051597      $this->aOptions['version'] = BusinessPress::VERSION;
Note: See TracChangeset for help on using the changeset viewer.