Completed
Branch dev (58959f)
by
unknown
02:14
created
includes/auto-load-next-post-formatting-functions.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-   * Auto Load Next Post Formatting
4
-   *
5
-   * @since    1.0.0
6
-   * @author   Sébastien Dumont
7
-   * @category Core
8
-   * @package  Auto Load Next Post/Functions
9
-   * @license  GPL-2.0+
10
-   */
3
+ * Auto Load Next Post Formatting
4
+ *
5
+ * @since    1.0.0
6
+ * @author   Sébastien Dumont
7
+ * @category Core
8
+ * @package  Auto Load Next Post/Functions
9
+ * @license  GPL-2.0+
10
+ */
11 11
 
12 12
 if ( ! defined('ABSPATH')) {
13 13
 	exit;
Please login to merge, or discard this patch.
includes/auto-load-next-post-conditional-functions.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-	 * Auto Load Next Post Conditional Functions
4
-	 *
5
-	 * Functions for determining the current query/page.
6
-	 *
7
-	 * @since    1.0.0
8
-	 * @author   Sébastien Dumont
9
-	 * @category Core
10
-	 * @package  Auto Load Next Post
11
-	 * @license  GPL-2.0+
12
-	 */
3
+ * Auto Load Next Post Conditional Functions
4
+ *
5
+ * Functions for determining the current query/page.
6
+ *
7
+ * @since    1.0.0
8
+ * @author   Sébastien Dumont
9
+ * @category Core
10
+ * @package  Auto Load Next Post
11
+ * @license  GPL-2.0+
12
+ */
13 13
 
14 14
 if ( ! defined('ABSPATH')) {
15 15
 	exit;
Please login to merge, or discard this patch.
includes/admin/class-auto-load-next-post-admin-help.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-	 * Help is provided for this plugin on the plugin pages.
4
-	 *
5
-	 * @since    1.0.0
6
-	 * @author   Sébastien Dumont
7
-	 * @category Admin
8
-	 * @package  Auto Load Next Post
9
-	 * @license  GPL-2.0+
10
-	 */
3
+ * Help is provided for this plugin on the plugin pages.
4
+ *
5
+ * @since    1.0.0
6
+ * @author   Sébastien Dumont
7
+ * @category Admin
8
+ * @package  Auto Load Next Post
9
+ * @license  GPL-2.0+
10
+ */
11 11
 
12 12
 if ( ! defined('ABSPATH')) {
13 13
 	exit;
Please login to merge, or discard this patch.
template/content-partial.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-	 * This file loads the content partially.
4
-	 *
5
-	 * @version 1.4.4
6
-	 */
3
+ * This file loads the content partially.
4
+ *
5
+ * @version 1.4.4
6
+ */
7 7
 
8 8
 // Fetch plugin settings.
9 9
 $remove_comments = get_option('auto_load_next_post_remove_comments');
Please login to merge, or discard this patch.
includes/auto-load-next-post-core-functions.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
-	 * Auto Load Next Post Core Functions
4
-	 *
5
-	 * General core functions available on both the front-end and admin.
6
-	 *
7
-	 * @since    1.0.0
8
-	 * @author   Sébastien Dumont
9
-	 * @category Core
10
-	 * @package  Auto Load Next Post
11
-	 * @license  GPL-2.0+
12
-	 */
3
+ * Auto Load Next Post Core Functions
4
+ *
5
+ * General core functions available on both the front-end and admin.
6
+ *
7
+ * @since    1.0.0
8
+ * @author   Sébastien Dumont
9
+ * @category Core
10
+ * @package  Auto Load Next Post
11
+ * @license  GPL-2.0+
12
+ */
13 13
 
14 14
 if ( ! defined('ABSPATH')) {
15 15
 	exit;
Please login to merge, or discard this patch.