diff --git a/classes/class-sailthru-content.php b/classes/class-sailthru-content.php index b45123f..7d395b6 100644 --- a/classes/class-sailthru-content.php +++ b/classes/class-sailthru-content.php @@ -4,7 +4,7 @@ class Sailthru_Content_Settings { public function __construct() { - // make sure the priority is above the default of 10, the meta boxes are saved first. + // make sure the priority is above the default of 10, the meta boxes are saved first. add_action( 'admin_menu', array( $this, 'add_admin_menu' ), 11 ); add_action( 'admin_init', array( $this, 'init_settings' ), 11 ); add_action( 'save_post', array( $this, 'sailthru_save_post' ), 11, 3 ); @@ -51,7 +51,7 @@ public function init_settings() { // Only show these fields if the status has been enabled if ( isset ( $options['sailthru_content_api_status'] ) && 'true' === $options['sailthru_content_api_status'] ) { - + add_settings_field( 'sailthru_spider_status', __( 'Spider', 'text_domain' ), @@ -116,7 +116,7 @@ public function page_layout() { } // Admin Page Layout - echo '