mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
updating a code comment
This commit is contained in:
parent
e76927f94b
commit
9fa17a8507
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue