updating a comment

This commit is contained in:
Tom McFarlin 2013-10-30 16:50:42 -04:00
parent 9d8f38b339
commit aa9368a81f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
* @copyright 2013 Your Name or Company Name
*/
// If uninstall, not called from WordPress, then exit
// If uninstall not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}