191, 'width' => 381, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'site-title', 'site-description' ), ); add_theme_support( 'custom-logo', $defaults ); } add_action( 'after_setup_theme', 'blogos_custom_logo_setup' ); function newborn_enqueue_comments_reply() { if( get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } } add_action( 'comment_form_before', 'newborn_enqueue_comments_reply' ); /* function blogos_register_sidebars() { register_sidebar( array( 'id' => 'top-bar', 'name' => __( 'Top bar' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'blogos_register_sidebars' ); */ ?>