Completed
Branch master (d013b1)
by
unknown
01:46
created
includes/customizer/class-alnp-pro-preview-controller.php 1 patch
Spacing   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -12,16 +12,16 @@  discard block
 block discarded – undo
12 12
  */
13 13
 
14 14
 // Exit if accessed directly.
15
-if ( ! defined( 'ABSPATH' ) ) {
15
+if ( ! defined('ABSPATH')) {
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // Exit if WP_Customize_Control does not exsist.
20
-if ( ! class_exists( 'WP_Customize_Control' ) ) {
20
+if ( ! class_exists('WP_Customize_Control')) {
21 21
 	return null;
22 22
 }
23 23
 
24
-if ( !class_exists( 'Auto_Load_Next_Post_Pro_Preview_Controller' ) ) {
24
+if ( ! class_exists('Auto_Load_Next_Post_Pro_Preview_Controller')) {
25 25
 
26 26
 	/**
27 27
 	 * The 'alnp_pro_preview' for Auto Load Next Post Pro control class.
@@ -45,39 +45,39 @@  discard block
 block discarded – undo
45 45
 			<span class="customize-control-title"><?php echo $this->label; ?></span>
46 46
 
47 47
 			<p>
48
-				<?php printf( esc_html__( '%1$s is coming soon and will come with more powerful features. Here are just a few of them you can look forward to.', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post Pro', 'auto-load-next-post' ) ); ?>
48
+				<?php printf(esc_html__('%1$s is coming soon and will come with more powerful features. Here are just a few of them you can look forward to.', 'auto-load-next-post'), esc_html__('Auto Load Next Post Pro', 'auto-load-next-post')); ?>
49 49
 			</p>
50 50
 
51 51
 			<ul style="list-style: disc; margin-left: 1em;">
52
-				<li><?php echo wptexturize( esc_html__( 'Load the Next Post or Next Post with same Category or New Posts or Related Posts or by Custom Query', 'auto-load-next-post' ) ); ?></li>
53
-				<li><?php echo wptexturize( esc_html__( 'Page and Media Attachment Support', 'auto-load-next-post' ) ); ?></li>
54
-				<li><?php echo wptexturize( esc_html__( 'Custom Post Type Support', 'auto-load-next-post' ) ); ?></li>
55
-				<li><?php echo wptexturize( esc_html__( 'Paginated Posts Supported', 'auto-load-next-post' ) ); ?></li>
56
-				<li><?php echo wptexturize( esc_html__( 'Exclude Post Formats', 'auto-load-next-post' ) ); ?></li>
57
-				<li><?php echo wptexturize( esc_html__( 'Limit Posts per Session', 'auto-load-next-post' ) ); ?></li>
58
-				<li><?php echo wptexturize( esc_html__( 'Query Posts by Category and Tag', 'auto-load-next-post' ) ); ?></li>
59
-				<li><?php echo wptexturize( esc_html__( 'Exclude User Roles and Specific Users', 'auto-load-next-post' ) ); ?></li>
60
-				<li><?php echo wptexturize( esc_html__( 'Pre-Query Posts Ready to Load', 'auto-load-next-post' ) ); ?></li>
61
-				<li><?php echo wptexturize( esc_html__( 'Hide Comments and Show by Toggle Button', 'auto-load-next-post' ) ); ?></li>
62
-				<li><?php echo wptexturize( sprintf( esc_html__( 'Multilingual Support for %1$s and %2$s', 'auto-load-next-post' ), 'WPML', 'Polylang' ) ); ?></li>
63
-				<li><?php echo wptexturize( esc_html__( 'Email Support', 'auto-load-next-post' ) ); ?></li>
52
+				<li><?php echo wptexturize(esc_html__('Load the Next Post or Next Post with same Category or New Posts or Related Posts or by Custom Query', 'auto-load-next-post')); ?></li>
53
+				<li><?php echo wptexturize(esc_html__('Page and Media Attachment Support', 'auto-load-next-post')); ?></li>
54
+				<li><?php echo wptexturize(esc_html__('Custom Post Type Support', 'auto-load-next-post')); ?></li>
55
+				<li><?php echo wptexturize(esc_html__('Paginated Posts Supported', 'auto-load-next-post')); ?></li>
56
+				<li><?php echo wptexturize(esc_html__('Exclude Post Formats', 'auto-load-next-post')); ?></li>
57
+				<li><?php echo wptexturize(esc_html__('Limit Posts per Session', 'auto-load-next-post')); ?></li>
58
+				<li><?php echo wptexturize(esc_html__('Query Posts by Category and Tag', 'auto-load-next-post')); ?></li>
59
+				<li><?php echo wptexturize(esc_html__('Exclude User Roles and Specific Users', 'auto-load-next-post')); ?></li>
60
+				<li><?php echo wptexturize(esc_html__('Pre-Query Posts Ready to Load', 'auto-load-next-post')); ?></li>
61
+				<li><?php echo wptexturize(esc_html__('Hide Comments and Show by Toggle Button', 'auto-load-next-post')); ?></li>
62
+				<li><?php echo wptexturize(sprintf(esc_html__('Multilingual Support for %1$s and %2$s', 'auto-load-next-post'), 'WPML', 'Polylang')); ?></li>
63
+				<li><?php echo wptexturize(esc_html__('Email Support', 'auto-load-next-post')); ?></li>
64 64
 			</ul>
65 65
 
66 66
 			<p>
67
-				<?php printf( esc_html__( 'Find out more about %1$s%2$s%3$s.', 'auto-load-next-post'), '<a target="_blank" href="' . esc_url( 'https://autoloadnextpost.com/pro/?utm_source=wpcustomizer&utm_campaign=plugin-settings-pro-preview' ) . '">', esc_html__( 'Auto Load Next Post Pro', 'auto-load-next-post' ), '</a>' ); ?>
67
+				<?php printf(esc_html__('Find out more about %1$s%2$s%3$s.', 'auto-load-next-post'), '<a target="_blank" href="'.esc_url('https://autoloadnextpost.com/pro/?utm_source=wpcustomizer&utm_campaign=plugin-settings-pro-preview').'">', esc_html__('Auto Load Next Post Pro', 'auto-load-next-post'), '</a>'); ?>
68 68
 			</p>
69 69
 
70
-			<span class="customize-control-title"><?php printf( esc_html__( 'Add-ons for %s', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ) ); ?></span>
70
+			<span class="customize-control-title"><?php printf(esc_html__('Add-ons for %s', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post')); ?></span>
71 71
 
72 72
 			<p>
73
-				<?php printf( esc_html__( 'Add-ons available provide additional support or options for %1$s. %2$sCheck out the add-ons%3$s to see what is available.', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), '<a target="_blank" href="' . esc_url( 'https://autoloadnextpost.com/add-ons/?utm_source=wpcustomizer&utm_campaign=plugin-settings-pro-preview' ) . '">', '</a>' ); ?>
73
+				<?php printf(esc_html__('Add-ons available provide additional support or options for %1$s. %2$sCheck out the add-ons%3$s to see what is available.', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post'), '<a target="_blank" href="'.esc_url('https://autoloadnextpost.com/add-ons/?utm_source=wpcustomizer&utm_campaign=plugin-settings-pro-preview').'">', '</a>'); ?>
74 74
 			</p>
75 75
 
76
-			<span class="customize-control-title"><?php printf( esc_html__( 'Enjoying %s?', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ) ); ?></span>
76
+			<span class="customize-control-title"><?php printf(esc_html__('Enjoying %s?', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post')); ?></span>
77 77
 
78 78
 			<div class="notice inline notice-info">
79 79
 				<p>
80
-					<?php printf( esc_html__( 'Why not leave me a review on %1$sWordPress.org%2$s?  I\'d really appreciate it!', 'auto-load-next-post' ), '<a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/auto-load-next-post?filter=5#postform">', '</a>' ); ?>
80
+					<?php printf(esc_html__('Why not leave me a review on %1$sWordPress.org%2$s?  I\'d really appreciate it!', 'auto-load-next-post'), '<a target="_blank" href="https://wordpress.org/support/view/plugin-reviews/auto-load-next-post?filter=5#postform">', '</a>'); ?>
81 81
 				</p>
82 82
 			</div>
83 83
 			<?php
Please login to merge, or discard this patch.
includes/admin/views/html-admin-sidebar.php 1 patch
Spacing   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -3,62 +3,62 @@
 block discarded – undo
3 3
 	<a class="alnp-banner" href="https://autoloadnextpost.com/?utm_source=plugin&utm_medium=alnp-banner&utm_campaign=alnp-settings-page"></a>
4 4
 
5 5
 	<div class="alnp-upgrade-details">
6
-		<h1><?php esc_html_e( 'Pro Coming Soon', 'auto-load-next-post' ); ?></h1>
6
+		<h1><?php esc_html_e('Pro Coming Soon', 'auto-load-next-post'); ?></h1>
7 7
 
8 8
 		<ul>
9
-			<li><?php echo wptexturize( esc_html__( 'Load the Next Post or Next Post with same Category or New Posts or Related Posts or by Custom Query', 'auto-load-next-post' ) ); ?></li>
10
-			<li><?php echo wptexturize( esc_html__( 'Page and Media Attachment Support', 'auto-load-next-post' ) ); ?></li>
11
-			<li><?php echo wptexturize( esc_html__( 'Custom Post Type Support', 'auto-load-next-post' ) ); ?></li>
12
-			<li><?php echo wptexturize( esc_html__( 'Paginated Posts Supported', 'auto-load-next-post' ) ); ?></li>
13
-			<li><?php echo wptexturize( esc_html__( 'Exclude Post Formats', 'auto-load-next-post' ) ); ?></li>
14
-			<li><?php echo wptexturize( esc_html__( 'Limit Posts per Session', 'auto-load-next-post' ) ); ?></li>
15
-			<li><?php echo wptexturize( esc_html__( 'Query Posts by Category and Tag', 'auto-load-next-post' ) ); ?></li>
16
-			<li><?php echo wptexturize( esc_html__( 'Exclude User Roles and Specific Users', 'auto-load-next-post' ) ); ?></li>
17
-			<li><?php echo wptexturize( esc_html__( 'Pre-Query Posts Ready to Load', 'auto-load-next-post' ) ); ?></li>
18
-			<li><?php echo wptexturize( esc_html__( 'Hide Comments and Show by Toggle Button', 'auto-load-next-post' ) ); ?></li>
19
-			<li><?php echo wptexturize( sprintf( esc_html__( 'Multilingual Support for %1$s and %2$s', 'auto-load-next-post' ), 'WPML', 'Polylang' ) ); ?></li>
20
-			<li><?php echo wptexturize( esc_html__( 'Email Support', 'auto-load-next-post' ) ); ?></li>
9
+			<li><?php echo wptexturize(esc_html__('Load the Next Post or Next Post with same Category or New Posts or Related Posts or by Custom Query', 'auto-load-next-post')); ?></li>
10
+			<li><?php echo wptexturize(esc_html__('Page and Media Attachment Support', 'auto-load-next-post')); ?></li>
11
+			<li><?php echo wptexturize(esc_html__('Custom Post Type Support', 'auto-load-next-post')); ?></li>
12
+			<li><?php echo wptexturize(esc_html__('Paginated Posts Supported', 'auto-load-next-post')); ?></li>
13
+			<li><?php echo wptexturize(esc_html__('Exclude Post Formats', 'auto-load-next-post')); ?></li>
14
+			<li><?php echo wptexturize(esc_html__('Limit Posts per Session', 'auto-load-next-post')); ?></li>
15
+			<li><?php echo wptexturize(esc_html__('Query Posts by Category and Tag', 'auto-load-next-post')); ?></li>
16
+			<li><?php echo wptexturize(esc_html__('Exclude User Roles and Specific Users', 'auto-load-next-post')); ?></li>
17
+			<li><?php echo wptexturize(esc_html__('Pre-Query Posts Ready to Load', 'auto-load-next-post')); ?></li>
18
+			<li><?php echo wptexturize(esc_html__('Hide Comments and Show by Toggle Button', 'auto-load-next-post')); ?></li>
19
+			<li><?php echo wptexturize(sprintf(esc_html__('Multilingual Support for %1$s and %2$s', 'auto-load-next-post'), 'WPML', 'Polylang')); ?></li>
20
+			<li><?php echo wptexturize(esc_html__('Email Support', 'auto-load-next-post')); ?></li>
21 21
 		</ul>
22 22
 
23 23
 		<p>
24
-			<a href="https://autoloadnextpost.com/pro/?utm_source=plugin&utm_medium=link&utm_campaign=alnp-settings-page"><?php esc_html_e( 'Visit autoloadnextpost.com &rarr;', 'auto-load-next-post' ); ?></a>
24
+			<a href="https://autoloadnextpost.com/pro/?utm_source=plugin&utm_medium=link&utm_campaign=alnp-settings-page"><?php esc_html_e('Visit autoloadnextpost.com &rarr;', 'auto-load-next-post'); ?></a>
25 25
 		</p>
26 26
 
27 27
 	</div>
28 28
 
29 29
 	<form method="post" action="https://sebastiendumont.us1.list-manage.com/subscribe/post?u=48ead612ad85b23fe2239c6e3&amp;id=79e97b5275" name="mc-embedded-subscribe-form" target="_blank" class="subscribe block">
30
-		<h2><?php esc_html_e( 'Sign up to pre-order first', 'auto-load-next-post' ); ?></h2>
30
+		<h2><?php esc_html_e('Sign up to pre-order first', 'auto-load-next-post'); ?></h2>
31 31
 
32 32
 		<p class="intro">
33
-			<?php echo wptexturize( esc_html__( 'Submit your name and email and be the first to know when you can pre-order Auto Load Next Post Pro and keep up to date with my developments plus a 10% discount.', 'auto-load-next-post' ) ); ?>
33
+			<?php echo wptexturize(esc_html__('Submit your name and email and be the first to know when you can pre-order Auto Load Next Post Pro and keep up to date with my developments plus a 10% discount.', 'auto-load-next-post')); ?>
34 34
 		</p>
35 35
 
36 36
 		<div class="field">
37
-			<input type="email" name="EMAIL" value="" placeholder="<?php esc_html_e( 'Your Email Address', 'auto-load-next-post' ); ?>"/>
37
+			<input type="email" name="EMAIL" value="" placeholder="<?php esc_html_e('Your Email Address', 'auto-load-next-post'); ?>"/>
38 38
 		</div>
39 39
 
40 40
 		<div class="field">
41
-			<input type="text" name="FNAME" value="" placeholder="<?php esc_html_e( 'First Name', 'auto-load-next-post' ); ?>"/>
41
+			<input type="text" name="FNAME" value="" placeholder="<?php esc_html_e('First Name', 'auto-load-next-post'); ?>"/>
42 42
 		</div>
43 43
 
44 44
 		<div class="field">
45
-			<input type="text" name="LNAME" value="" placeholder="<?php esc_html_e( 'Last Name', 'auto-load-next-post' ); ?>"/>
45
+			<input type="text" name="LNAME" value="" placeholder="<?php esc_html_e('Last Name', 'auto-load-next-post'); ?>"/>
46 46
 		</div>
47 47
 
48 48
 		<input type="hidden" name="group[35169][1]" value="1">
49 49
 
50 50
 		<div class="field submit-button">
51 51
 			<div style="position: absolute; left: -9999px;" aria-hidden="true"><input type="text" name="b_48ead612ad85b23fe2239c6e3_79e97b5275" tabindex="-1" value=""></div>
52
-			<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="<?php esc_html_e( 'Sign me up', 'auto-load-next-post' ); ?>"/>
52
+			<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="<?php esc_html_e('Sign me up', 'auto-load-next-post'); ?>"/>
53 53
 		</div>
54 54
 
55 55
 		<p class="promise">
56
-			<?php esc_html_e( 'I promise I will not use your email for anything else and you can unsubscribe with 1-click anytime.', 'auto-load-next-post' ); ?>
56
+			<?php esc_html_e('I promise I will not use your email for anything else and you can unsubscribe with 1-click anytime.', 'auto-load-next-post'); ?>
57 57
 		</p>
58 58
 	</form>
59 59
 
60 60
 	<div class="block credits">
61
-		<h4><?php esc_html_e( 'Created &amp; maintained by', 'auto-load-next-post' ); ?></h4>
61
+		<h4><?php esc_html_e('Created &amp; maintained by', 'auto-load-next-post'); ?></h4>
62 62
 		<ul>
63 63
 			<li>
64 64
 				<a href="https://profiles.wordpress.org/sebd86" target="_blank">
Please login to merge, or discard this patch.
includes/customizer/class-alnp-arbitrary-controller.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -10,16 +10,16 @@  discard block
 block discarded – undo
10 10
  */
11 11
 
12 12
 // Exit if accessed directly.
13
-if ( ! defined( 'ABSPATH' ) ) {
13
+if ( ! defined('ABSPATH')) {
14 14
 	exit;
15 15
 }
16 16
 
17 17
 // Exit if WP_Customize_Control does not exsist.
18
-if ( ! class_exists( 'WP_Customize_Control' ) ) {
18
+if ( ! class_exists('WP_Customize_Control')) {
19 19
 	return null;
20 20
 }
21 21
 
22
-if ( !class_exists( 'Auto_Load_Next_Post_Arbitrary_Control' ) ) {
22
+if ( ! class_exists('Auto_Load_Next_Post_Arbitrary_Control')) {
23 23
 
24 24
 	/**
25 25
 	 * The 'alnp_arbitrary' for Auto Load Next Post Arbitrary control class.
@@ -32,14 +32,14 @@  discard block
 block discarded – undo
32 32
 		 * @return void
33 33
 		 */
34 34
 		public function render_content() {
35
-			switch ( $this->type ) {
35
+			switch ($this->type) {
36 36
 				default:
37 37
 				case 'text':
38
-					echo '<p class="description">' . wp_kses_post( $this->description ) . '</p>';
38
+					echo '<p class="description">'.wp_kses_post($this->description).'</p>';
39 39
 					break;
40 40
 
41 41
 				case 'heading':
42
-					echo '<span class="customize-control-title">' . $this->label . '</span>';
42
+					echo '<span class="customize-control-title">'.$this->label.'</span>';
43 43
 					break;
44 44
 
45 45
 				case 'divider':
Please login to merge, or discard this patch.
includes/admin/settings/class-alnp-settings-events.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -10,11 +10,11 @@  discard block
 block discarded – undo
10 10
  */
11 11
 
12 12
 // Exit if accessed directly.
13
-if ( ! defined( 'ABSPATH' ) ) {
13
+if ( ! defined('ABSPATH')) {
14 14
 	exit;
15 15
 }
16 16
 
17
-if ( ! class_exists( 'Auto_Load_Next_Post_Settings_Events_Tab' ) ) {
17
+if ( ! class_exists('Auto_Load_Next_Post_Settings_Events_Tab')) {
18 18
 
19 19
 	class Auto_Load_Next_Post_Settings_Events_Tab extends Auto_Load_Next_Post_Settings_Page {
20 20
 
@@ -25,11 +25,11 @@  discard block
 block discarded – undo
25 25
 		 */
26 26
 		public function __construct() {
27 27
 			$this->id    = 'events';
28
-			$this->label = esc_html__( 'Events', 'auto-load-next-post' );
28
+			$this->label = esc_html__('Events', 'auto-load-next-post');
29 29
 
30 30
 			parent::__construct();
31 31
 
32
-			add_action( 'auto_load_next_post_settings_' . $this->id, array( __CLASS__, 'is_jetpack_lazy_images_active' ), 10 );
32
+			add_action('auto_load_next_post_settings_'.$this->id, array(__CLASS__, 'is_jetpack_lazy_images_active'), 10);
33 33
 		} // END __construct()
34 34
 
35 35
 		/**
@@ -40,9 +40,9 @@  discard block
 block discarded – undo
40 40
 		 * @static
41 41
 		 */
42 42
 		public static function is_jetpack_lazy_images_active() {
43
-			if ( alnp_check_jetpack() == 'yes' ) {
44
-				if ( Jetpack::is_module_active( 'lazy-images' ) ) {
45
-					include( dirname( AUTO_LOAD_NEXT_POST_FILE ) . '/includes/admin/views/html-notice-jetpack-lazy-images-module.php' );
43
+			if (alnp_check_jetpack() == 'yes') {
44
+				if (Jetpack::is_module_active('lazy-images')) {
45
+					include(dirname(AUTO_LOAD_NEXT_POST_FILE).'/includes/admin/views/html-notice-jetpack-lazy-images-module.php');
46 46
 				}
47 47
 			}
48 48
 		} // END is_jetpack_lazy_images_active()
@@ -60,13 +60,13 @@  discard block
 block discarded – undo
60 60
 					array(
61 61
 						'title' => $this->label,
62 62
 						'type'  => 'title',
63
-						'desc'  => sprintf( __( 'Below you can enter external JavaScript events to be triggered alongside %1$s native events. Separate each event like so: %2$s', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), '<code>event1, event2,</code>' ),
63
+						'desc'  => sprintf(__('Below you can enter external JavaScript events to be triggered alongside %1$s native events. Separate each event like so: %2$s', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post'), '<code>event1, event2,</code>'),
64 64
 						'id'    => 'events_options'
65 65
 					),
66 66
 
67 67
 					array(
68
-						'title'    => esc_html__( 'Post loaded', 'auto-load-next-post' ),
69
-						'desc'     => esc_html__( 'Events listed here will be triggered after a new post has loaded.', 'auto-load-next-post' ),
68
+						'title'    => esc_html__('Post loaded', 'auto-load-next-post'),
69
+						'desc'     => esc_html__('Events listed here will be triggered after a new post has loaded.', 'auto-load-next-post'),
70 70
 						'id'       => 'auto_load_next_post_on_load_event',
71 71
 						'default'  => '',
72 72
 						'type'     => 'textarea',
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
 					),
76 76
 
77 77
 					array(
78
-						'title'    => esc_html__( 'Entering a Post', 'auto-load-next-post' ),
79
-						'desc'     => esc_html__( 'Events listed here will be triggered when entering a post.', 'auto-load-next-post' ),
78
+						'title'    => esc_html__('Entering a Post', 'auto-load-next-post'),
79
+						'desc'     => esc_html__('Events listed here will be triggered when entering a post.', 'auto-load-next-post'),
80 80
 						'id'       => 'auto_load_next_post_on_entering_event',
81 81
 						'default'  => '',
82 82
 						'type'     => 'textarea',
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
 		public function output() {
100 100
 			$settings = $this->get_settings();
101 101
 
102
-			Auto_Load_Next_Post_Admin_Settings::output_fields( $settings );
102
+			Auto_Load_Next_Post_Admin_Settings::output_fields($settings);
103 103
 		} // END output()
104 104
 
105 105
 		/**
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 		public function save() {
111 111
 			$settings = $this->get_settings();
112 112
 
113
-			Auto_Load_Next_Post_Admin_Settings::save_fields( $settings );
113
+			Auto_Load_Next_Post_Admin_Settings::save_fields($settings);
114 114
 		} // END save()
115 115
 
116 116
 	} // END class
Please login to merge, or discard this patch.
includes/admin/views/html-notice-upgrade-warning.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 // Exit if accessed directly.
13
-if ( ! defined( 'ABSPATH' ) ) {
13
+if ( ! defined('ABSPATH')) {
14 14
 	exit;
15 15
 }
16 16
 ?>
17 17
 <div class="notice notice-error is-dismissible">
18
-	<p><?php echo sprintf( __( 'Warning! Version 1.5.0 of %1$s is coming soon and is a major update. Before updating, please test on a staging site. %2$sLearn more about the changes in version 1.5.0 &raquo;%3$s', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ), '<a href="https://autoloadnextpost.com/2018/05/28/whats-coming-in-v1-5-0-of-auto-load-next-post/" target="_blank">', '</a>' ); ?></p>
18
+	<p><?php echo sprintf(__('Warning! Version 1.5.0 of %1$s is coming soon and is a major update. Before updating, please test on a staging site. %2$sLearn more about the changes in version 1.5.0 &raquo;%3$s', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post'), '<a href="https://autoloadnextpost.com/2018/05/28/whats-coming-in-v1-5-0-of-auto-load-next-post/" target="_blank">', '</a>'); ?></p>
19 19
 </div>
Please login to merge, or discard this patch.
includes/admin/class-auto-load-next-post-admin-notices.php 1 patch
Spacing   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@  discard block
 block discarded – undo
11 11
  */
12 12
 
13 13
 // Exit if accessed directly.
14
-if ( ! defined( 'ABSPATH' ) ) {
14
+if ( ! defined('ABSPATH')) {
15 15
 	exit;
16 16
 }
17 17
 
18
-if ( ! class_exists( 'Auto_Load_Next_Post_Admin_Notices' ) ) {
18
+if ( ! class_exists('Auto_Load_Next_Post_Admin_Notices')) {
19 19
 
20 20
 	class Auto_Load_Next_Post_Admin_Notices {
21 21
 
@@ -37,12 +37,12 @@  discard block
 block discarded – undo
37 37
 		 * @version 1.4.10
38 38
 		 */
39 39
 		public function __construct() {
40
-			self::$install_date = get_site_option( 'auto_load_next_post_install_date', time() );
40
+			self::$install_date = get_site_option('auto_load_next_post_install_date', time());
41 41
 
42
-			add_action( 'admin_init', array( $this, 'check_wp' ), 12 );
43
-			add_action( 'admin_init', array( $this, 'dont_bug_me' ), 15 );
42
+			add_action('admin_init', array($this, 'check_wp'), 12);
43
+			add_action('admin_init', array($this, 'dont_bug_me'), 15);
44 44
 
45
-			add_action( 'admin_notices', array( $this, 'add_notices' ), 0 );
45
+			add_action('admin_notices', array($this, 'add_notices'), 0);
46 46
 		} // END __construct()
47 47
 
48 48
 		/**
@@ -56,8 +56,8 @@  discard block
 block discarded – undo
56 56
 		public function check_wp() {
57 57
 			global $wp_version;
58 58
 
59
-			if ( ! version_compare( $wp_version, AUTO_LOAD_NEXT_POST_WP_VERSION_REQUIRE, '>=' ) ) {
60
-				add_action( 'admin_notices', array( $this, 'requirement_wp_notice' ) );
59
+			if ( ! version_compare($wp_version, AUTO_LOAD_NEXT_POST_WP_VERSION_REQUIRE, '>=')) {
60
+				add_action('admin_notices', array($this, 'requirement_wp_notice'));
61 61
 				return false;
62 62
 			}
63 63
 
@@ -75,10 +75,10 @@  discard block
 block discarded – undo
75 75
 			global $current_user;
76 76
 
77 77
 			// If the user is allowed to install plugins and requested to hide the notice then hide it for that user.
78
-			if ( ! empty( $_GET['hide_auto_load_next_post_review_notice'] ) && current_user_can( 'install_plugins' ) ) {
79
-				add_user_meta( $current_user->ID, 'auto_load_next_post_hide_review_notice', '1', true );
78
+			if ( ! empty($_GET['hide_auto_load_next_post_review_notice']) && current_user_can('install_plugins')) {
79
+				add_user_meta($current_user->ID, 'auto_load_next_post_hide_review_notice', '1', true);
80 80
 				// Redirect to the plugins page.
81
-				wp_safe_redirect( admin_url( 'plugins.php' ) ); exit;
81
+				wp_safe_redirect(admin_url('plugins.php')); exit;
82 82
 			}
83 83
 		} // END dont_bug_me()
84 84
 
@@ -96,26 +96,26 @@  discard block
 block discarded – undo
96 96
 
97 97
 			$template = get_option('template');
98 98
 
99
-			if ( ! supports_alnp() ) {
99
+			if ( ! supports_alnp()) {
100 100
 				// If user hides theme support notice then set active theme.
101
-				if ( ! empty( $_GET['hide_auto_load_next_post_theme_support_check'] ) ) {
102
-					update_option( 'auto_load_next_post_theme_support_check', $template );
101
+				if ( ! empty($_GET['hide_auto_load_next_post_theme_support_check'])) {
102
+					update_option('auto_load_next_post_theme_support_check', $template);
103 103
 					return;
104 104
 				}
105 105
 
106
-				if ( get_option( 'auto_load_next_post_theme_support_check' ) !== $template ) {
107
-					add_action( 'admin_notices', array( $this, 'theme_check_notice' ) );
106
+				if (get_option('auto_load_next_post_theme_support_check') !== $template) {
107
+					add_action('admin_notices', array($this, 'theme_check_notice'));
108 108
 				}
109 109
 			}
110 110
 
111 111
 			// Is admin notice hidden?
112
-			$hide_notice = get_user_meta( $current_user->ID, 'auto_load_next_post_hide_review_notice', true );
112
+			$hide_notice = get_user_meta($current_user->ID, 'auto_load_next_post_hide_review_notice', true);
113 113
 
114 114
 			// Check if we need to display the review plugin notice.
115
-			if ( current_user_can( 'install_plugins' ) && empty( $hide_notice ) ) {
115
+			if (current_user_can('install_plugins') && empty($hide_notice)) {
116 116
 				// If it has been a week or more since activating the plugin then display the review notice.
117
-				if ( ( time() - self::$install_date ) > WEEK_IN_SECONDS ) {
118
-					add_action( 'admin_notices', array( $this, 'plugin_review_notice' ) );
117
+				if ((time() - self::$install_date) > WEEK_IN_SECONDS) {
118
+					add_action('admin_notices', array($this, 'plugin_review_notice'));
119 119
 				}
120 120
 			}
121 121
 
@@ -133,8 +133,8 @@  discard block
 block discarded – undo
133 133
 		public function upgrade_warning() {
134 134
 			$upgrade_version = '1.5.0';
135 135
 
136
-			if ( version_compare( AUTO_LOAD_NEXT_POST_VERSION, $upgrade_version, '<' ) ) {
137
-				include_once( dirname( __FILE__ ) . '/views/html-notice-upgrade-warning.php' );
136
+			if (version_compare(AUTO_LOAD_NEXT_POST_VERSION, $upgrade_version, '<')) {
137
+				include_once(dirname(__FILE__).'/views/html-notice-upgrade-warning.php');
138 138
 			}
139 139
 		} // END upgrade_warning()
140 140
 
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
 		 * @since  1.4.3
146 146
 		 */
147 147
 		public function requirement_wp_notice() {
148
-			include( dirname( __FILE__ ) . '/views/html-notice-requirement-wp.php' );
148
+			include(dirname(__FILE__).'/views/html-notice-requirement-wp.php');
149 149
 		} // END requirement_wp_notice()
150 150
 
151 151
 		/**
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 		 * @since  1.3.2
156 156
 		 */
157 157
 		public function theme_check_notice() {
158
-			include( dirname( __FILE__ ) . '/views/html-notice-theme-support.php' );
158
+			include(dirname(__FILE__).'/views/html-notice-theme-support.php');
159 159
 		} // END theme_check_notice()
160 160
 
161 161
 		/**
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
 		public function plugin_review_notice() {
169 169
 			$install_date = self::$install_date;
170 170
 
171
-			include( dirname( __FILE__ ) . '/views/html-notice-please-review.php' );
171
+			include(dirname(__FILE__).'/views/html-notice-please-review.php');
172 172
 		} // END plugin_review_notice()
173 173
 
174 174
 	} // END class.
Please login to merge, or discard this patch.
includes/class-alnp-install.php 2 patches
Spacing   +41 added lines, -41 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@  discard block
 block discarded – undo
11 11
  */
12 12
 
13 13
 // Exit if accessed directly.
14
-if ( ! defined( 'ABSPATH' ) ) {
14
+if ( ! defined('ABSPATH')) {
15 15
 	exit;
16 16
 }
17 17
 
18
-if ( ! class_exists( 'Auto_Load_Next_Post_Install' ) ) {
18
+if ( ! class_exists('Auto_Load_Next_Post_Install')) {
19 19
 
20 20
 	class Auto_Load_Next_Post_Install {
21 21
 
@@ -36,11 +36,11 @@  discard block
 block discarded – undo
36 36
 		 * @access public
37 37
 		 */
38 38
 		public function __construct() {
39
-			add_action( 'init', array( __CLASS__, 'add_rewrite_endpoint' ), 0 );
40
-			add_action( 'init', array( __CLASS__, 'check_version' ), 5 );
39
+			add_action('init', array(__CLASS__, 'add_rewrite_endpoint'), 0);
40
+			add_action('init', array(__CLASS__, 'check_version'), 5);
41 41
 
42 42
 			// Get plugin version.
43
-			self::$current_version = get_option( 'auto_load_next_post_version' );
43
+			self::$current_version = get_option('auto_load_next_post_version');
44 44
 		} // END __construct()
45 45
 
46 46
 		/**
@@ -53,9 +53,9 @@  discard block
 block discarded – undo
53 53
 		 * @since  1.4.10
54 54
 		 */
55 55
 		public static function check_version() {
56
-			if ( ! defined( 'IFRAME_REQUEST' ) && version_compare( self::$current_version, AUTO_LOAD_NEXT_POST_VERSION, '<' ) ) {
56
+			if ( ! defined('IFRAME_REQUEST') && version_compare(self::$current_version, AUTO_LOAD_NEXT_POST_VERSION, '<')) {
57 57
 				self::install();
58
-				do_action( 'auto_load_next_post_updated' );
58
+				do_action('auto_load_next_post_updated');
59 59
 			}
60 60
 		} // END check_version()
61 61
 
@@ -68,19 +68,19 @@  discard block
 block discarded – undo
68 68
 		 * @version 1.5.0
69 69
 		 */
70 70
 		public static function install() {
71
-			if ( ! is_blog_installed() ) {
71
+			if ( ! is_blog_installed()) {
72 72
 				return;
73 73
 			}
74 74
 
75 75
 			// Check if we are not already running this routine.
76
-			if ( 'yes' === get_transient( 'alnp_installing' ) ) {
76
+			if ('yes' === get_transient('alnp_installing')) {
77 77
 				return;
78 78
 			}
79 79
 
80 80
 			// If we made it till here nothing is running yet, lets set the transient now for five minutes.
81
-			set_transient( 'alnp_installing', 'yes', MINUTE_IN_SECONDS * 5 );
82
-			if ( ! defined( 'AUTO_LOAD_NEXT_POST_INSTALLING' ) ) {
83
-				define( 'AUTO_LOAD_NEXT_POST_INSTALLING', true );
81
+			set_transient('alnp_installing', 'yes', MINUTE_IN_SECONDS * 5);
82
+			if ( ! defined('AUTO_LOAD_NEXT_POST_INSTALLING')) {
83
+				define('AUTO_LOAD_NEXT_POST_INSTALLING', true);
84 84
 			}
85 85
 
86 86
 			// Add default options.
@@ -101,9 +101,9 @@  discard block
 block discarded – undo
101 101
 			// Refresh rewrite rules.
102 102
 			self::flush_rewrite_rules();
103 103
 
104
-			delete_transient( 'alnp_installing' );
104
+			delete_transient('alnp_installing');
105 105
 
106
-			do_action( 'alnp_installed' );
106
+			do_action('alnp_installed');
107 107
 		} // END install()
108 108
 
109 109
 		/**
@@ -115,16 +115,16 @@  discard block
 block discarded – undo
115 115
 		 * @since  1.5.0
116 116
 		 */
117 117
 		private static function set_theme_selectors() {
118
-			if ( is_alnp_supported() ) {
119
-				$content_container    = alnp_get_theme_support( 'content_container' );
120
-				$title_selector       = alnp_get_theme_support( 'title_selector' );
121
-				$navigation_container = alnp_get_theme_support( 'navigation_container' );
122
-				$comments_container   = alnp_get_theme_support( 'comments_container' );
123
-
124
-				if ( ! empty( $content_container ) ) update_option( 'auto_load_next_post_content_container', $content_container );
125
-				if ( ! empty( $title_selector ) ) update_option( 'auto_load_next_post_title_selector', $title_selector );
126
-				if ( ! empty( $navigation_container ) ) update_option( 'auto_load_next_post_navigation_container', $navigation_container );
127
-				if ( ! empty( $comments_container ) ) update_option( 'auto_load_next_post_comments_container', $comments_container );
118
+			if (is_alnp_supported()) {
119
+				$content_container    = alnp_get_theme_support('content_container');
120
+				$title_selector       = alnp_get_theme_support('title_selector');
121
+				$navigation_container = alnp_get_theme_support('navigation_container');
122
+				$comments_container   = alnp_get_theme_support('comments_container');
123
+
124
+				if ( ! empty($content_container)) update_option('auto_load_next_post_content_container', $content_container);
125
+				if ( ! empty($title_selector)) update_option('auto_load_next_post_title_selector', $title_selector);
126
+				if ( ! empty($navigation_container)) update_option('auto_load_next_post_navigation_container', $navigation_container);
127
+				if ( ! empty($comments_container)) update_option('auto_load_next_post_comments_container', $comments_container);
128 128
 			}
129 129
 		} // END set_theme_selectors()
130 130
 
@@ -138,12 +138,12 @@  discard block
 block discarded – undo
138 138
 		 * @since  1.5.0
139 139
 		 */
140 140
 		private static function set_js_in_footer() {
141
-			if ( is_alnp_supported() ) {
142
-				$load_js_in_footer = alnp_get_theme_support( 'load_js_in_footer' );
143
-				$lock_js_in_footer = alnp_get_theme_support( 'lock_js_in_footer' );
141
+			if (is_alnp_supported()) {
142
+				$load_js_in_footer = alnp_get_theme_support('load_js_in_footer');
143
+				$lock_js_in_footer = alnp_get_theme_support('lock_js_in_footer');
144 144
 
145
-				if ( ! empty( $load_js_in_footer ) && $load_js_in_footer == 'yes' ) update_option( 'auto_load_next_post_load_js_in_footer', $load_js_in_footer );
146
-				if ( ! empty( $lock_js_in_footer ) && $lock_js_in_footer == 'yes' ) update_option( 'auto_load_next_post_js_footer_locked', $lock_js_in_footer );
145
+				if ( ! empty($load_js_in_footer) && $load_js_in_footer == 'yes') update_option('auto_load_next_post_load_js_in_footer', $load_js_in_footer);
146
+				if ( ! empty($lock_js_in_footer) && $lock_js_in_footer == 'yes') update_option('auto_load_next_post_js_footer_locked', $lock_js_in_footer);
147 147
 			}
148 148
 		} // END set_js_in_footer()
149 149
 
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 		 * @static
155 155
 		 */
156 156
 		private static function update_version() {
157
-			update_option( 'auto_load_next_post_version', AUTO_LOAD_NEXT_POST_VERSION );
157
+			update_option('auto_load_next_post_version', AUTO_LOAD_NEXT_POST_VERSION);
158 158
 		} // END update_version()
159 159
 
160 160
 		/**
@@ -166,13 +166,13 @@  discard block
 block discarded – undo
166 166
 		 * @version 1.5.0
167 167
 		 */
168 168
 		public static function set_install_date() {
169
-			$install_date = get_site_option( 'auto_load_next_post_install_date' );
169
+			$install_date = get_site_option('auto_load_next_post_install_date');
170 170
 
171 171
 			// If ALNP was installed before but the install date was not converted to time then convert it.
172
-			if ( ! empty( $install_date ) && !intval( $install_date ) ) {
173
-				update_site_option( 'auto_load_next_post_install_date', strtotime( $install_date ) );
172
+			if ( ! empty($install_date) && ! intval($install_date)) {
173
+				update_site_option('auto_load_next_post_install_date', strtotime($install_date));
174 174
 			} else {
175
-				add_site_option( 'auto_load_next_post_install_date', time() );
175
+				add_site_option('auto_load_next_post_install_date', time());
176 176
 			}
177 177
 		} // END set_install_date()
178 178
 
@@ -187,15 +187,15 @@  discard block
 block discarded – undo
187 187
 		 */
188 188
 		public static function create_options() {
189 189
 			// Include settings so that we can run through defaults
190
-			include_once( dirname( __FILE__ ) . '/admin/class-auto-load-next-post-admin-settings.php' );
190
+			include_once(dirname(__FILE__).'/admin/class-auto-load-next-post-admin-settings.php');
191 191
 
192 192
 			$settings = Auto_Load_Next_Post_Admin_Settings::get_settings_pages();
193 193
 
194
-			foreach ( $settings as $section ) {
195
-				foreach ( $section->get_settings() as $value ) {
196
-					if ( isset( $value['default'] ) && isset( $value['id'] ) ) {
197
-						$autoload = isset( $value['autoload'] ) ? (bool) $value['autoload'] : true;
198
-						add_option( $value['id'], $value['default'], '', ( $autoload ? 'yes' : 'no' ) );
194
+			foreach ($settings as $section) {
195
+				foreach ($section->get_settings() as $value) {
196
+					if (isset($value['default']) && isset($value['id'])) {
197
+						$autoload = isset($value['autoload']) ? (bool) $value['autoload'] : true;
198
+						add_option($value['id'], $value['default'], '', ($autoload ? 'yes' : 'no'));
199 199
 					}
200 200
 				}
201 201
 			}
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 		 * @version 1.5.0
211 211
 		 */
212 212
 		public static function add_rewrite_endpoint() {
213
-			add_rewrite_endpoint( 'alnp', EP_PERMALINK | EP_PAGES | EP_ATTACHMENT );
213
+			add_rewrite_endpoint('alnp', EP_PERMALINK | EP_PAGES | EP_ATTACHMENT);
214 214
 		} // END add_rewrite_endpoint()
215 215
 
216 216
 		/**
Please login to merge, or discard this patch.
Braces   +18 added lines, -6 removed lines patch added patch discarded remove patch
@@ -121,10 +121,18 @@  discard block
 block discarded – undo
121 121
 				$navigation_container = alnp_get_theme_support( 'navigation_container' );
122 122
 				$comments_container   = alnp_get_theme_support( 'comments_container' );
123 123
 
124
-				if ( ! empty( $content_container ) ) update_option( 'auto_load_next_post_content_container', $content_container );
125
-				if ( ! empty( $title_selector ) ) update_option( 'auto_load_next_post_title_selector', $title_selector );
126
-				if ( ! empty( $navigation_container ) ) update_option( 'auto_load_next_post_navigation_container', $navigation_container );
127
-				if ( ! empty( $comments_container ) ) update_option( 'auto_load_next_post_comments_container', $comments_container );
124
+				if ( ! empty( $content_container ) ) {
125
+					update_option( 'auto_load_next_post_content_container', $content_container );
126
+				}
127
+				if ( ! empty( $title_selector ) ) {
128
+					update_option( 'auto_load_next_post_title_selector', $title_selector );
129
+				}
130
+				if ( ! empty( $navigation_container ) ) {
131
+					update_option( 'auto_load_next_post_navigation_container', $navigation_container );
132
+				}
133
+				if ( ! empty( $comments_container ) ) {
134
+					update_option( 'auto_load_next_post_comments_container', $comments_container );
135
+				}
128 136
 			}
129 137
 		} // END set_theme_selectors()
130 138
 
@@ -142,8 +150,12 @@  discard block
 block discarded – undo
142 150
 				$load_js_in_footer = alnp_get_theme_support( 'load_js_in_footer' );
143 151
 				$lock_js_in_footer = alnp_get_theme_support( 'lock_js_in_footer' );
144 152
 
145
-				if ( ! empty( $load_js_in_footer ) && $load_js_in_footer == 'yes' ) update_option( 'auto_load_next_post_load_js_in_footer', $load_js_in_footer );
146
-				if ( ! empty( $lock_js_in_footer ) && $lock_js_in_footer == 'yes' ) update_option( 'auto_load_next_post_js_footer_locked', $lock_js_in_footer );
153
+				if ( ! empty( $load_js_in_footer ) && $load_js_in_footer == 'yes' ) {
154
+					update_option( 'auto_load_next_post_load_js_in_footer', $load_js_in_footer );
155
+				}
156
+				if ( ! empty( $lock_js_in_footer ) && $lock_js_in_footer == 'yes' ) {
157
+					update_option( 'auto_load_next_post_js_footer_locked', $lock_js_in_footer );
158
+				}
147 159
 			}
148 160
 		} // END set_js_in_footer()
149 161
 
Please login to merge, or discard this patch.
includes/theme-support/class-alnp-storefront.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  */
13 13
 
14 14
 // Exit if accessed directly.
15
-if ( ! defined( 'ABSPATH' ) ) {
15
+if ( ! defined('ABSPATH')) {
16 16
 	exit;
17 17
 }
18 18
 
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 	 */
30 30
 	public static function init() {
31 31
 		// Add theme support and preset the theme selectors.
32
-		add_action( 'after_setup_theme', array( __CLASS__, 'add_theme_support' ) );
32
+		add_action('after_setup_theme', array(__CLASS__, 'add_theme_support'));
33 33
 	} // END init()
34 34
 
35 35
 	/**
@@ -40,14 +40,14 @@  discard block
 block discarded – undo
40 40
 	 * @static
41 41
 	 */
42 42
 	public static function add_theme_support() {
43
-		add_theme_support( 'auto-load-next-post', array(
43
+		add_theme_support('auto-load-next-post', array(
44 44
 			'content_container'    => 'main.site-main',
45 45
 			'title_selector'       => 'h1.entry-title',
46 46
 			'navigation_container' => 'nav.post-navigation',
47 47
 			'comments_container'   => 'section#comments',
48 48
 			'load_js_in_footer'    => 'no',
49 49
 			'lock_js_in_footer'    => 'no',
50
-		) );
50
+		));
51 51
 	} // END add_theme_support()
52 52
 
53 53
 } // END class
Please login to merge, or discard this patch.
includes/theme-support/class-alnp-make.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  */
13 13
 
14 14
 // Exit if accessed directly.
15
-if ( ! defined( 'ABSPATH' ) ) {
15
+if ( ! defined('ABSPATH')) {
16 16
 	exit;
17 17
 }
18 18
 
@@ -29,10 +29,10 @@  discard block
 block discarded – undo
29 29
 	 */
30 30
 	public static function init() {
31 31
 		// Filters the repeater template location.
32
-		add_filter( 'alnp_template_redirect', array( __CLASS__, 'alnp_make_template_redirect' ) );
32
+		add_filter('alnp_template_redirect', array(__CLASS__, 'alnp_make_template_redirect'));
33 33
 
34 34
 		// Add theme support and preset the theme selectors.
35
-		add_action( 'after_setup_theme', array( __CLASS__, 'add_theme_support' ) );
35
+		add_action('after_setup_theme', array(__CLASS__, 'add_theme_support'));
36 36
 	} // END init()
37 37
 
38 38
 	/**
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
 	 * @return string
44 44
 	 */
45 45
 	public static function alnp_make_template_redirect() {
46
-		return AUTO_LOAD_NEXT_POST_FILE_PATH . '/template/theme-support/make/content-alnp.php';
46
+		return AUTO_LOAD_NEXT_POST_FILE_PATH.'/template/theme-support/make/content-alnp.php';
47 47
 	} // END alnp_make_template_redirect()
48 48
 
49 49
 	/**
@@ -54,14 +54,14 @@  discard block
 block discarded – undo
54 54
 	 * @static
55 55
 	 */
56 56
 	public static function add_theme_support() {
57
-		add_theme_support( 'auto-load-next-post', array(
57
+		add_theme_support('auto-load-next-post', array(
58 58
 			'content_container'    => 'main.site-main',
59 59
 			'title_selector'       => 'h1.entry-title',
60 60
 			'navigation_container' => 'nav.post-navigation',
61 61
 			'comments_container'   => 'div#comments',
62 62
 			'load_js_in_footer'    => 'no',
63 63
 			'lock_js_in_footer'    => 'no',
64
-		) );
64
+		));
65 65
 	} // END add_theme_support()
66 66
 
67 67
 } // END class
Please login to merge, or discard this patch.