@@ -11,11 +11,11 @@ discard block |
||
| 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_Settings_Misc_Tab' ) ) { |
|
| 18 | +if ( ! class_exists('Auto_Load_Next_Post_Settings_Misc_Tab')) { |
|
| 19 | 19 | |
| 20 | 20 | class Auto_Load_Next_Post_Settings_Misc_Tab extends Auto_Load_Next_Post_Settings_Page { |
| 21 | 21 | |
@@ -30,12 +30,12 @@ discard block |
||
| 30 | 30 | */ |
| 31 | 31 | public function __construct() { |
| 32 | 32 | $this->id = 'misc'; |
| 33 | - $this->label = esc_html__( 'Misc', 'auto-load-next-post' ); |
|
| 33 | + $this->label = esc_html__('Misc', 'auto-load-next-post'); |
|
| 34 | 34 | |
| 35 | 35 | parent::__construct(); |
| 36 | 36 | |
| 37 | - add_filter( 'auto_load_next_post_mist_settings', array( __CLASS__, 'lock_js_in_footer' ), 0, 1 ); |
|
| 38 | - add_action( 'auto_load_next_post_sections_misc', array( __CLASS__, 'no_comment_selector_set' ), 10 ); |
|
| 37 | + add_filter('auto_load_next_post_mist_settings', array(__CLASS__, 'lock_js_in_footer'), 0, 1); |
|
| 38 | + add_action('auto_load_next_post_sections_misc', array(__CLASS__, 'no_comment_selector_set'), 10); |
|
| 39 | 39 | } // END __construct() |
| 40 | 40 | |
| 41 | 41 | /** |
@@ -46,11 +46,11 @@ discard block |
||
| 46 | 46 | * @since 1.5.0 |
| 47 | 47 | */ |
| 48 | 48 | public static function no_comment_selector_set() { |
| 49 | - $comments_container = get_option( 'auto_load_next_post_comments_container' ); |
|
| 50 | - $remove_comments = get_option( 'auto_load_next_post_remove_comments' ); |
|
| 49 | + $comments_container = get_option('auto_load_next_post_comments_container'); |
|
| 50 | + $remove_comments = get_option('auto_load_next_post_remove_comments'); |
|
| 51 | 51 | |
| 52 | - if ( empty( $comments_container ) && ! empty( $remove_comments ) ) { |
|
| 53 | - include( dirname( AUTO_LOAD_NEXT_POST_FILE ) . '/includes/admin/views/html-notice-no-comment-selector.php' ); |
|
| 52 | + if (empty($comments_container) && ! empty($remove_comments)) { |
|
| 53 | + include(dirname(AUTO_LOAD_NEXT_POST_FILE).'/includes/admin/views/html-notice-no-comment-selector.php'); |
|
| 54 | 54 | } |
| 55 | 55 | } // END no_comment_selector_set() |
| 56 | 56 | |
@@ -66,19 +66,19 @@ discard block |
||
| 66 | 66 | * @param array $settings |
| 67 | 67 | * @return array $settings |
| 68 | 68 | */ |
| 69 | - public static function lock_js_in_footer( $settings ) { |
|
| 70 | - $js_locked_in_footer = get_option( 'auto_load_next_post_lock_js_in_footer' ); |
|
| 69 | + public static function lock_js_in_footer($settings) { |
|
| 70 | + $js_locked_in_footer = get_option('auto_load_next_post_lock_js_in_footer'); |
|
| 71 | 71 | |
| 72 | - if ( !empty( $js_locked_in_footer ) && $js_locked_in_footer == 'yes' ) { |
|
| 72 | + if ( ! empty($js_locked_in_footer) && $js_locked_in_footer == 'yes') { |
|
| 73 | 73 | // Setting key to look for. |
| 74 | 74 | $key = 'load_js_in_footer'; |
| 75 | 75 | |
| 76 | 76 | // Find the setting. |
| 77 | - $find_setting = array_search( $key, $settings ); |
|
| 77 | + $find_setting = array_search($key, $settings); |
|
| 78 | 78 | |
| 79 | 79 | // Does the setting exist? |
| 80 | - if ( is_bool( $find_setting ) === true ) { |
|
| 81 | - unset( $settings[$key] ); |
|
| 80 | + if (is_bool($find_setting) === true) { |
|
| 81 | + unset($settings[$key]); |
|
| 82 | 82 | } |
| 83 | 83 | } |
| 84 | 84 | |
@@ -99,45 +99,45 @@ discard block |
||
| 99 | 99 | 'title' => array( |
| 100 | 100 | 'title' => $this->label, |
| 101 | 101 | 'type' => 'title', |
| 102 | - 'desc' => sprintf( esc_html__( 'Here you set if you want to track pageviews, remove comments and load %s javascript in the footer.', 'auto-load-next-post' ), esc_html__( 'Auto Load Next Post', 'auto-load-next-post' ) ), |
|
| 102 | + 'desc' => sprintf(esc_html__('Here you set if you want to track pageviews, remove comments and load %s javascript in the footer.', 'auto-load-next-post'), esc_html__('Auto Load Next Post', 'auto-load-next-post')), |
|
| 103 | 103 | 'id' => 'misc_options' |
| 104 | 104 | ), |
| 105 | 105 | |
| 106 | 106 | 'remove_comments' => array( |
| 107 | - 'title' => esc_html__( 'Remove Comments', 'auto-load-next-post' ), |
|
| 108 | - 'desc' => esc_html__( 'Enable to remove comments when each post loads including the initial post.', 'auto-load-next-post' ), |
|
| 107 | + 'title' => esc_html__('Remove Comments', 'auto-load-next-post'), |
|
| 108 | + 'desc' => esc_html__('Enable to remove comments when each post loads including the initial post.', 'auto-load-next-post'), |
|
| 109 | 109 | 'id' => 'auto_load_next_post_remove_comments', |
| 110 | 110 | 'default' => 'yes', |
| 111 | 111 | 'type' => 'checkbox' |
| 112 | 112 | ), |
| 113 | 113 | |
| 114 | 114 | 'google_analytics' => array( |
| 115 | - 'title' => esc_html__( 'Update Google Analytics', 'auto-load-next-post' ), |
|
| 116 | - 'desc' => esc_html__( 'Enable to track each post the visitor is reading. This will count as a pageview. You must already have Google Analytics setup.', 'auto-load-next-post' ), |
|
| 115 | + 'title' => esc_html__('Update Google Analytics', 'auto-load-next-post'), |
|
| 116 | + 'desc' => esc_html__('Enable to track each post the visitor is reading. This will count as a pageview. You must already have Google Analytics setup.', 'auto-load-next-post'), |
|
| 117 | 117 | 'id' => 'auto_load_next_post_google_analytics', |
| 118 | 118 | 'default' => 'no', |
| 119 | 119 | 'type' => 'checkbox' |
| 120 | 120 | ), |
| 121 | 121 | |
| 122 | 122 | 'load_js_in_footer' => array( |
| 123 | - 'title' => esc_html__( 'JavaScript in Footer?', 'auto-load-next-post' ), |
|
| 124 | - 'desc' => esc_html__( 'Enable to load Auto Load Next Post in the footer instead of the header. Can be useful to optimize your site or if the current theme requires it.', 'auto-load-next-post' ), |
|
| 123 | + 'title' => esc_html__('JavaScript in Footer?', 'auto-load-next-post'), |
|
| 124 | + 'desc' => esc_html__('Enable to load Auto Load Next Post in the footer instead of the header. Can be useful to optimize your site or if the current theme requires it.', 'auto-load-next-post'), |
|
| 125 | 125 | 'id' => 'auto_load_next_post_load_js_in_footer', |
| 126 | 126 | 'default' => 'no', |
| 127 | 127 | 'type' => 'checkbox' |
| 128 | 128 | ), |
| 129 | 129 | |
| 130 | 130 | 'reset_data' => array( |
| 131 | - 'title' => esc_html__( 'Reset all data?', 'auto-load-next-post' ), |
|
| 132 | - 'desc' => esc_html__( 'Press the reset button to clear all settings for this plugin and re-install the default settings.', 'auto-load-next-post' ), |
|
| 131 | + 'title' => esc_html__('Reset all data?', 'auto-load-next-post'), |
|
| 132 | + 'desc' => esc_html__('Press the reset button to clear all settings for this plugin and re-install the default settings.', 'auto-load-next-post'), |
|
| 133 | 133 | 'id' => 'auto_load_next_post_reset_data', |
| 134 | 134 | 'default' => 'no', |
| 135 | 135 | 'type' => 'reset_data' |
| 136 | 136 | ), |
| 137 | 137 | |
| 138 | 138 | 'uninstall' => array( |
| 139 | - 'title' => esc_html__( 'Remove all data on uninstall?', 'auto-load-next-post' ), |
|
| 140 | - 'desc' => esc_html__( 'If enabled, all settings for this plugin will all be deleted when uninstalling via Plugins > Delete.', 'auto-load-next-post' ), |
|
| 139 | + 'title' => esc_html__('Remove all data on uninstall?', 'auto-load-next-post'), |
|
| 140 | + 'desc' => esc_html__('If enabled, all settings for this plugin will all be deleted when uninstalling via Plugins > Delete.', 'auto-load-next-post'), |
|
| 141 | 141 | 'id' => 'auto_load_next_post_uninstall_data', |
| 142 | 142 | 'default' => 'no', |
| 143 | 143 | 'type' => 'checkbox' |
@@ -157,15 +157,15 @@ discard block |
||
| 157 | 157 | * @since 1.5.0 |
| 158 | 158 | * @param mixed $settings |
| 159 | 159 | */ |
| 160 | - public function customize_button( $settings ) { |
|
| 160 | + public function customize_button($settings) { |
|
| 161 | 161 | ?> |
| 162 | 162 | <tr valign="top"> |
| 163 | - <th scope="row" class="titledesc"><?php echo $settings['title'];?></th> |
|
| 164 | - <td class="forminp forminp-<?php echo sanitize_title( $settings['type'] ) ?>"> |
|
| 165 | - <a href="<?php echo $settings['link']; ?>" class="button-secondary <?php echo esc_attr( $settings['class'] ); ?>"> |
|
| 163 | + <th scope="row" class="titledesc"><?php echo $settings['title']; ?></th> |
|
| 164 | + <td class="forminp forminp-<?php echo sanitize_title($settings['type']) ?>"> |
|
| 165 | + <a href="<?php echo $settings['link']; ?>" class="button-secondary <?php echo esc_attr($settings['class']); ?>"> |
|
| 166 | 166 | <?php echo $settings['button_text']; ?> |
| 167 | 167 | </a> |
| 168 | - <span class="description"><?php echo $settings['desc'];?></span> |
|
| 168 | + <span class="description"><?php echo $settings['desc']; ?></span> |
|
| 169 | 169 | </td> |
| 170 | 170 | </tr> |
| 171 | 171 | <?php |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | public function output() { |
| 183 | 183 | $settings = $this->get_settings(); |
| 184 | 184 | |
| 185 | - Auto_Load_Next_Post_Admin_Settings::output_fields( $settings ); |
|
| 185 | + Auto_Load_Next_Post_Admin_Settings::output_fields($settings); |
|
| 186 | 186 | } // END output() |
| 187 | 187 | |
| 188 | 188 | /** |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | public function save() { |
| 195 | 195 | $settings = $this->get_settings(); |
| 196 | 196 | |
| 197 | - Auto_Load_Next_Post_Admin_Settings::save_fields( $settings ); |
|
| 197 | + Auto_Load_Next_Post_Admin_Settings::save_fields($settings); |
|
| 198 | 198 | } // END save() |
| 199 | 199 | |
| 200 | 200 | } // END class |
@@ -11,11 +11,11 @@ discard block |
||
| 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_Settings_Events_Tab' ) ) { |
|
| 18 | +if ( ! class_exists('Auto_Load_Next_Post_Settings_Events_Tab')) { |
|
| 19 | 19 | |
| 20 | 20 | class Auto_Load_Next_Post_Settings_Events_Tab extends Auto_Load_Next_Post_Settings_Page { |
| 21 | 21 | |
@@ -26,11 +26,11 @@ discard block |
||
| 26 | 26 | */ |
| 27 | 27 | public function __construct() { |
| 28 | 28 | $this->id = 'events'; |
| 29 | - $this->label = esc_html__( 'Events', 'auto-load-next-post' ); |
|
| 29 | + $this->label = esc_html__('Events', 'auto-load-next-post'); |
|
| 30 | 30 | |
| 31 | 31 | parent::__construct(); |
| 32 | 32 | |
| 33 | - add_action( 'auto_load_next_post_settings_events', array( __CLASS__, 'is_jetpack_lazy_images_active' ), 10 ); |
|
| 33 | + add_action('auto_load_next_post_settings_events', array(__CLASS__, 'is_jetpack_lazy_images_active'), 10); |
|
| 34 | 34 | } // END __construct() |
| 35 | 35 | |
| 36 | 36 | /** |
@@ -41,9 +41,9 @@ discard block |
||
| 41 | 41 | * @static |
| 42 | 42 | */ |
| 43 | 43 | public static function is_jetpack_lazy_images_active() { |
| 44 | - if ( alnp_check_jetpack() == 'yes' ) { |
|
| 45 | - if ( Jetpack::is_module_active( 'lazy-images' ) ) { |
|
| 46 | - include( dirname( AUTO_LOAD_NEXT_POST_FILE ) . '/includes/admin/views/html-notice-jetpack-lazy-images-module.php' ); |
|
| 44 | + if (alnp_check_jetpack() == 'yes') { |
|
| 45 | + if (Jetpack::is_module_active('lazy-images')) { |
|
| 46 | + include(dirname(AUTO_LOAD_NEXT_POST_FILE).'/includes/admin/views/html-notice-jetpack-lazy-images-module.php'); |
|
| 47 | 47 | } |
| 48 | 48 | } |
| 49 | 49 | } // END is_jetpack_lazy_images_active() |
@@ -61,13 +61,13 @@ discard block |
||
| 61 | 61 | array( |
| 62 | 62 | 'title' => $this->label, |
| 63 | 63 | 'type' => 'title', |
| 64 | - '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 | + '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>'), |
|
| 65 | 65 | 'id' => 'events_options' |
| 66 | 66 | ), |
| 67 | 67 | |
| 68 | 68 | array( |
| 69 | - 'title' => esc_html__( 'Post loaded', 'auto-load-next-post' ), |
|
| 70 | - 'desc' => esc_html__( 'Events listed here will be triggered after a new post has loaded.', 'auto-load-next-post' ), |
|
| 69 | + 'title' => esc_html__('Post loaded', 'auto-load-next-post'), |
|
| 70 | + 'desc' => esc_html__('Events listed here will be triggered after a new post has loaded.', 'auto-load-next-post'), |
|
| 71 | 71 | 'id' => 'auto_load_next_post_on_load_event', |
| 72 | 72 | 'default' => '', |
| 73 | 73 | 'type' => 'textarea', |
@@ -76,8 +76,8 @@ discard block |
||
| 76 | 76 | ), |
| 77 | 77 | |
| 78 | 78 | array( |
| 79 | - 'title' => esc_html__( 'Entering a Post', 'auto-load-next-post' ), |
|
| 80 | - 'desc' => esc_html__( 'Events listed here will be triggered when entering a post.', 'auto-load-next-post' ), |
|
| 79 | + 'title' => esc_html__('Entering a Post', 'auto-load-next-post'), |
|
| 80 | + 'desc' => esc_html__('Events listed here will be triggered when entering a post.', 'auto-load-next-post'), |
|
| 81 | 81 | 'id' => 'auto_load_next_post_on_entering_event', |
| 82 | 82 | 'default' => '', |
| 83 | 83 | 'type' => 'textarea', |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | public function output() { |
| 101 | 101 | $settings = $this->get_settings(); |
| 102 | 102 | |
| 103 | - Auto_Load_Next_Post_Admin_Settings::output_fields( $settings ); |
|
| 103 | + Auto_Load_Next_Post_Admin_Settings::output_fields($settings); |
|
| 104 | 104 | } // END output() |
| 105 | 105 | |
| 106 | 106 | /** |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | public function save() { |
| 112 | 112 | $settings = $this->get_settings(); |
| 113 | 113 | |
| 114 | - Auto_Load_Next_Post_Admin_Settings::save_fields( $settings ); |
|
| 114 | + Auto_Load_Next_Post_Admin_Settings::save_fields($settings); |
|
| 115 | 115 | } // END save() |
| 116 | 116 | |
| 117 | 117 | } // END class |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 29 | 29 | */ |
| 30 | 30 | public static function init() { |
| 31 | 31 | // Filters the repeater template location. |
| 32 | - add_filter( 'alnp_template_redirect', array( __CLASS__, 'alnp_twentyten_template_redirect' ) ); |
|
| 32 | + add_filter('alnp_template_redirect', array(__CLASS__, 'alnp_twentyten_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 |
||
| 43 | 43 | * @return string |
| 44 | 44 | */ |
| 45 | 45 | public static function alnp_twentyten_template_redirect() { |
| 46 | - return AUTO_LOAD_NEXT_POST_FILE_PATH . '/template/theme-support/twenty-ten/content-alnp.php'; |
|
| 46 | + return AUTO_LOAD_NEXT_POST_FILE_PATH.'/template/theme-support/twenty-ten/content-alnp.php'; |
|
| 47 | 47 | } // END alnp_twentyten_template_redirect() |
| 48 | 48 | |
| 49 | 49 | /** |
@@ -54,14 +54,14 @@ discard block |
||
| 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' => '#content', |
| 59 | 59 | 'title_selector' => 'h1.entry-title', |
| 60 | 60 | 'navigation_container' => '#nav-below', |
| 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 |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 |
@@ -12,7 +12,7 @@ discard block |
||
| 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,13 +29,13 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public static function init() { |
| 31 | 31 | // This removes the default post navigation in the repeater template. |
| 32 | - remove_action( 'alnp_load_after_content', 'auto_load_next_post_navigation', 1, 10 ); |
|
| 32 | + remove_action('alnp_load_after_content', 'auto_load_next_post_navigation', 1, 10); |
|
| 33 | 33 | |
| 34 | 34 | // Add a compaitable post navigation. |
| 35 | - add_action( 'alnp_load_after_content', array( __CLASS__, 'alnp_twentytwelve_post_navigation' ), 1, 10 ); |
|
| 35 | + add_action('alnp_load_after_content', array(__CLASS__, 'alnp_twentytwelve_post_navigation'), 1, 10); |
|
| 36 | 36 | |
| 37 | 37 | // Add theme support and preset the theme selectors. |
| 38 | - add_action( 'after_setup_theme', array( __CLASS__, 'add_theme_support' ) ); |
|
| 38 | + add_action('after_setup_theme', array(__CLASS__, 'add_theme_support')); |
|
| 39 | 39 | } // END init() |
| 40 | 40 | |
| 41 | 41 | /** |
@@ -47,8 +47,8 @@ discard block |
||
| 47 | 47 | public static function alnp_twentytwelve_post_navigation() { |
| 48 | 48 | ?> |
| 49 | 49 | <nav class="nav-single"> |
| 50 | - <h3 class="assistive-text"><?php _e( 'Post navigation', 'auto-load-next-post' ); ?></h3> |
|
| 51 | - <span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'auto-load-next-post' ) . '</span> %title' ); ?></span> |
|
| 50 | + <h3 class="assistive-text"><?php _e('Post navigation', 'auto-load-next-post'); ?></h3> |
|
| 51 | + <span class="nav-previous"><?php previous_post_link('%link', '<span class="meta-nav">'._x('←', 'Previous post link', 'auto-load-next-post').'</span> %title'); ?></span> |
|
| 52 | 52 | </nav><!-- .nav-single --> |
| 53 | 53 | <?php |
| 54 | 54 | } // END alnp_twentytwelve_post_navigation() |
@@ -61,14 +61,14 @@ discard block |
||
| 61 | 61 | * @static |
| 62 | 62 | */ |
| 63 | 63 | public static function add_theme_support() { |
| 64 | - add_theme_support( 'auto-load-next-post', array( |
|
| 64 | + add_theme_support('auto-load-next-post', array( |
|
| 65 | 65 | 'content_container' => '#content', |
| 66 | 66 | 'title_selector' => 'h1.entry-title', |
| 67 | 67 | 'navigation_container' => '.nav-single', |
| 68 | 68 | 'comments_container' => 'div#comments', |
| 69 | 69 | 'load_js_in_footer' => 'no', |
| 70 | 70 | 'lock_js_in_footer' => 'no', |
| 71 | - ) ); |
|
| 71 | + )); |
|
| 72 | 72 | } // END add_theme_support() |
| 73 | 73 | |
| 74 | 74 | } // END class |
@@ -12,7 +12,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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' => '.site-content', |
| 45 | 45 | 'title_selector' => 'h1.entry-title', |
| 46 | 46 | 'navigation_container' => 'nav.post-navigation', |
| 47 | 47 | 'comments_container' => 'div#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 |
@@ -12,7 +12,7 @@ discard block |
||
| 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,16 +29,16 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public static function init() { |
| 31 | 31 | // This removes the default post navigation in the repeater template. |
| 32 | - remove_action( 'alnp_load_after_content', 'auto_load_next_post_navigation', 1, 10 ); |
|
| 32 | + remove_action('alnp_load_after_content', 'auto_load_next_post_navigation', 1, 10); |
|
| 33 | 33 | |
| 34 | 34 | // Add a compaitable post navigation. |
| 35 | - add_action( 'alnp_load_after_content', array( __CLASS__, 'alnp_twentyeleven_post_navigation' ), 1, 10 ); |
|
| 35 | + add_action('alnp_load_after_content', array(__CLASS__, 'alnp_twentyeleven_post_navigation'), 1, 10); |
|
| 36 | 36 | |
| 37 | 37 | // Filters the repeater template location. |
| 38 | - add_filter( 'alnp_template_redirect', array( __CLASS__, 'alnp_twentyeleven_template_redirect' ) ); |
|
| 38 | + add_filter('alnp_template_redirect', array(__CLASS__, 'alnp_twentyeleven_template_redirect')); |
|
| 39 | 39 | |
| 40 | 40 | // Add theme support and preset the theme selectors. |
| 41 | - add_action( 'after_setup_theme', array( __CLASS__, 'add_theme_support' ) ); |
|
| 41 | + add_action('after_setup_theme', array(__CLASS__, 'add_theme_support')); |
|
| 42 | 42 | } // END init() |
| 43 | 43 | |
| 44 | 44 | /** |
@@ -50,8 +50,8 @@ discard block |
||
| 50 | 50 | public static function alnp_twentyeleven_post_navigation() { |
| 51 | 51 | ?> |
| 52 | 52 | <nav id="nav-single"> |
| 53 | - <h3 class="assistive-text"><?php _e( 'Post navigation', 'auto-load-next-post' ); ?></h3> |
|
| 54 | - <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">←</span> Previous', 'auto-load-next-post' ) ); ?></span> |
|
| 53 | + <h3 class="assistive-text"><?php _e('Post navigation', 'auto-load-next-post'); ?></h3> |
|
| 54 | + <span class="nav-previous"><?php previous_post_link('%link', __('<span class="meta-nav">←</span> Previous', 'auto-load-next-post')); ?></span> |
|
| 55 | 55 | </nav><!-- #nav-single --> |
| 56 | 56 | <?php |
| 57 | 57 | } // END alnp_twentyeleven_post_navigation() |
@@ -64,7 +64,7 @@ discard block |
||
| 64 | 64 | * @return string |
| 65 | 65 | */ |
| 66 | 66 | public static function alnp_twentyeleven_template_redirect() { |
| 67 | - return AUTO_LOAD_NEXT_POST_FILE_PATH . '/template/theme-support/twenty-eleven/content-alnp.php'; |
|
| 67 | + return AUTO_LOAD_NEXT_POST_FILE_PATH.'/template/theme-support/twenty-eleven/content-alnp.php'; |
|
| 68 | 68 | } // END alnp_twentyeleven_template_redirect() |
| 69 | 69 | |
| 70 | 70 | /** |
@@ -75,14 +75,14 @@ discard block |
||
| 75 | 75 | * @static |
| 76 | 76 | */ |
| 77 | 77 | public static function add_theme_support() { |
| 78 | - add_theme_support( 'auto-load-next-post', array( |
|
| 78 | + add_theme_support('auto-load-next-post', array( |
|
| 79 | 79 | 'content_container' => '#content', |
| 80 | 80 | 'title_selector' => 'h1.entry-title', |
| 81 | 81 | 'navigation_container' => '#nav-single', |
| 82 | 82 | 'comments_container' => 'div#comments', |
| 83 | 83 | 'load_js_in_footer' => 'no', |
| 84 | 84 | 'lock_js_in_footer' => 'no', |
| 85 | - ) ); |
|
| 85 | + )); |
|
| 86 | 86 | } // END add_theme_support() |
| 87 | 87 | |
| 88 | 88 | } // END class |