From f1d5cd583ee77aaea148ef15a6eb895796f42b33 Mon Sep 17 00:00:00 2001 From: Justin Brown Date: Thu, 26 Jan 2017 23:49:07 -0600 Subject: [PATCH] remove erroneous comment This was no longer a heading for the post-thumbnails theme support line --- inc/setup.php | 6 ------ 1 file changed, 6 deletions(-) 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' ),