Plugin Directory

Changeset 1872518


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

theme check bugfix

Location:
cryptoniann-tools/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cryptoniann-tools/tags/1.0/cryptoniann-tools.php

    r1872478 r1872518  
    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
  • cryptoniann-tools/tags/1.0/readme.txt

    r1872478 r1872518  
    2828== Installation ==
    2929
    30 Upload the cryptoniann-tools plugin to your blog, Activate it.
    31 
    32 1, 2: You're done!
     301. Upload the plugin to the `/wp-content/plugins/` directory
     312. Activate the plugin through the 'Plugins' menu in WordPress
     323. Place `[cryptoniann show="widget-news"]` in your post
    3333
    3434== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.