Changeset 1872518
- Timestamp:
- 05/11/2018 07:18:11 AM (8 years ago)
- Location:
- cryptoniann-tools/tags/1.0
- Files:
-
- 2 edited
-
cryptoniann-tools.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cryptoniann-tools/tags/1.0/cryptoniann-tools.php
r1872478 r1872518 23 23 $theme = wp_get_theme(); // gets the current theme 24 24 if ( 'cryptoniann' == strtolower($theme->name) ) { 25 return false;26 }else return true;25 return true; 26 }else return false; 27 27 } 28 28 -
cryptoniann-tools/tags/1.0/readme.txt
r1872478 r1872518 28 28 == Installation == 29 29 30 Upload the cryptoniann-tools plugin to your blog, Activate it. 31 32 1, 2: You're done! 30 1. Upload the plugin to the `/wp-content/plugins/` directory 31 2. Activate the plugin through the 'Plugins' menu in WordPress 32 3. Place `[cryptoniann show="widget-news"]` in your post 33 33 34 34 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.