remove erroneous comment
This was no longer a heading for the post-thumbnails theme support line
This commit is contained in:
parent
03f9517d5f
commit
f1d5cd583e
|
@ -40,12 +40,6 @@ if ( ! function_exists( 'understrap_setup' ) ) :
|
||||||
*/
|
*/
|
||||||
add_theme_support( 'title-tag' );
|
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.
|
// This theme uses wp_nav_menu() in one location.
|
||||||
register_nav_menus( array(
|
register_nav_menus( array(
|
||||||
'primary' => __( 'Primary Menu', 'understrap' ),
|
'primary' => __( 'Primary Menu', 'understrap' ),
|
||||||
|
|
Reference in New Issue