1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-13 16:52:10 +03:00

properly adding tabs and spaces

fixes #44
This commit is contained in:
Tom McFarlin 2013-05-12 10:12:50 -04:00
parent d5d2579594
commit 347b63c876
3 changed files with 210 additions and 210 deletions

View file

@ -12,7 +12,7 @@
// If uninstall, not called from WordPress, then exit // If uninstall, not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit(); exit;
} }
// TODO: Define uninstall functionality here // TODO: Define uninstall functionality here