Merge pull request #234 from catgofire/patch-1 - Thx to @catgofire !

remove erroneous comment
This commit is contained in:
Holger 2017-01-27 07:36:02 +01:00 committed by GitHub
commit b2641630c6
1 changed files with 0 additions and 6 deletions

View File

@ -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' ),