1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-25 16:15:23 +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.
*/
//if uninstall not called from WordPress exit
// If uninstall, not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
exit();