Plugin Directory

Changeset 2592065


Ignore:
Timestamp:
09/01/2021 11:50:58 AM (4 years ago)
Author:
veks
Message:

обновление 2.3.0

Location:
button-visually-impaired/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • button-visually-impaired/trunk/Button-visually-impaired.php

    r2592062 r2592065  
    9292
    9393add_action( 'plugins_loaded', function () {
    94     $core = new \Bvi\Core\Core();
    9594    if ( get_transient( 'bvi_updated' ) && current_user_can( 'administrator' ) ) {
     95
    9696        if ( class_exists( '\\Bvi\\Core\\Activate' ) ) {
    9797            Bvi\Core\Activate::getInstance()->activation();
  • button-visually-impaired/trunk/include/src/Core/Activate.php

    r2591995 r2592065  
    4545        public function activation() {
    4646            $this->setOption( [
    47                 'bviActive'         => 'false',
     47                'bviActive'         => '1',
    4848                'bviScriptLocation' => 'false',
    4949                'bviTheme'          => 'white',
Note: See TracChangeset for help on using the changeset viewer.