diff --git a/inc/setup.php b/inc/setup.php index 49e31ae..5e8e456 100644 --- a/inc/setup.php +++ b/inc/setup.php @@ -40,12 +40,6 @@ if ( ! function_exists( 'understrap_setup' ) ) : */ add_theme_support( 'title-tag' ); - /* - * Enable support for Post Thumbnails on posts and pages. - * - * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails - */ - // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => __( 'Primary Menu', 'understrap' ),