1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-02 19:33:16 +03:00

updating a comment

This commit is contained in:
Tom McFarlin 2013-10-30 16:50:42 -04:00
parent 9d8f38b339
commit aa9368a81f

View file

@ -9,7 +9,7 @@
* @copyright 2013 Your Name or Company Name * @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' ) ) { if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit; exit;
} }