diff --git a/comments__.php b/comments__.php deleted file mode 100644 index 871bfa8..0000000 --- a/comments__.php +++ /dev/null @@ -1,80 +0,0 @@ - - -
- - - - -

- ' . get_the_title() . '' - ); - ?> -

- - 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> - - - -
    - 'ol', - 'short_ping' => true, - ) ); - ?> -
- - 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> - - - - - - -

- - - - -
diff --git a/functions/customizer.php b/functions/customizer.php index 86d8bd9..71dfbcb 100755 --- a/functions/customizer.php +++ b/functions/customizer.php @@ -494,28 +494,6 @@ $default_copyright = 'this link to download a ready-made child theme.', 'atticus-finch' ), array( 'a' => array( 'href' => array(), 'target' => array() ) ) ), esc_url( 'https://github.com/kjodle/atticus-finch-child' ) ), - 'panel' => 'atticusfinch', - ) ); - - $wp_customize->add_setting( 'atticus_finch_ccss', array( - 'type' => 'theme_mod', - 'transport' => 'postMessage', - 'sanitize_callback' => 'atticus_finch_sanitize_css', - ) ); - - - $wp_customize->add_control( 'atticus_finch_ccss', array( - 'section' => 'atticus_finch_custom_css', - 'type' => 'select', - ) ); - - // Print Options $wp_customize->add_section( 'atticus_finch_print', array ( 'title' => __( 'Print Options', 'atticus-finch' ), @@ -991,8 +969,3 @@ function atticus_finch_sanitize_int( $input ){ } } -function atticus_finch_sanitize_css( $input ) { -// wp_filter_nohtml_kses( $input ); - strip_tags( $input ); - return $input; -} diff --git a/style.css b/style.css index 86037d6..691fa50 100755 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://wiki.kjodle.net/Category:Atticus_Finch_Theme Author: kjodle Author URI: http://d12webdesign.com/ Description: Description -Version: 0.8 +Version: 0.8.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready