1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-05 21:03:15 +03:00

updating a code comment

This commit is contained in:
Tom McFarlin 2013-05-07 17:02:04 -04:00
parent e76927f94b
commit 9fa17a8507

View file

@ -3,7 +3,7 @@
* Fired when the plugin is uninstalled. * Fired when the plugin is uninstalled.
*/ */
//if uninstall not called from WordPress exit // If uninstall, not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
exit(); exit();