@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Fired when the plugin is uninstalled. |
|
4 | - * |
|
5 | - * @link https://github.com/nekojira/wp-php-console |
|
6 | - * @since 1.0.0 |
|
7 | - * @package WP_PHP_Console |
|
8 | - */ |
|
3 | + * Fired when the plugin is uninstalled. |
|
4 | + * |
|
5 | + * @link https://github.com/nekojira/wp-php-console |
|
6 | + * @since 1.0.0 |
|
7 | + * @package WP_PHP_Console |
|
8 | + */ |
|
9 | 9 | |
10 | 10 | if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |
11 | 11 | exit; // If uninstall not called from WordPress, then exit. |