Completed
Pull Request — master (#51)
by Sébastien
02:18
created
uninstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * @package  Auto Load Next Post
9 9
  * @license  GPL-2.0+
10 10
  */
11
-if ( ! defined( 'ABSPATH' ) || ! defined('WP_UNINSTALL_PLUGIN')) {
11
+if ( ! defined('ABSPATH') || ! defined('WP_UNINSTALL_PLUGIN')) {
12 12
 	exit();
13 13
 }
14 14
 
Please login to merge, or discard this patch.