Completed
Branch dev (27238d)
by
unknown
02:20
created
includes/admin/views/html-notice-please-review.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,6 @@
 block discarded – undo
9 9
 // Exit if accessed directly
10 10
 ?>
11 11
 <div id="message" class="updated auto-load-next-post-message">
12
-	<p><?php _e(sprintf(__( 'You have been using <b>%s</b> for some time now, could you please give it a review at wordpress.org?', 'auto-load-next-post'), 'Auto Load Next Post')); ?></p>
12
+	<p><?php _e(sprintf(__('You have been using <b>%s</b> for some time now, could you please give it a review at wordpress.org?', 'auto-load-next-post'), 'Auto Load Next Post')); ?></p>
13 13
 	<p class="submit"><a href="https://wordpress.org/support/view/plugin-reviews/auto-load-next-post?filter=5#postform" target="_blank" class="button-primary"><?php _e('Yes, take me there!', 'auto-load-next-post'); ?></a> - <a href="<?php echo esc_url(add_query_arg('hide_auto_load_next_post_review_notice', 'true')); ?>" class="skip button-primary"><?php _e('Already have :)', 'auto-load-next-post'); ?></a></p>
14 14
 </div>
Please login to merge, or discard this patch.
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/admin/views/html-admin-settings.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Admin View: Settings
4
- */
3
+	 * Admin View: Settings
4
+	 */
5 5
 if ( ! defined('ABSPATH')) {
6 6
 	exit;
7 7
 }
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.