Merge pull request #234 from catgofire/patch-1 - Thx to @catgofire !
remove erroneous comment
This commit is contained in:
commit
b2641630c6
|
@ -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' ),
|
||||
|
|
Reference in New Issue