Plugin Directory

Changeset 1872519


Ignore:
Timestamp:
05/11/2018 07:19:36 AM (8 years ago)
Author:
vencedor
Message:

active theme check - bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cryptoniann-tools/trunk/cryptoniann-tools.php

    r1872477 r1872519  
    2323    $theme = wp_get_theme(); // gets the current theme
    2424    if ( 'cryptoniann' == strtolower($theme->name) ) {
    25         return false;
    26     }else return true;
     25        return true;
     26    }else return false;
    2727}
    2828
Note: See TracChangeset for help on using the changeset viewer.