Make WordPress Core

Ticket #57778: 57778.diff

File 57778.diff, 1.1 KB (added by chiragrathod103, 2 years ago)

Add support for the title tag

  • src/wp-content/themes/twentytwelve/functions.php

    diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php
    index 98de8e4648..06e08f78d6 100644
    a b function twentytwelve_setup() { 
    6666        // Add support for responsive embeds.
    6767        add_theme_support( 'responsive-embeds' );
    6868
    69         // Add support for the title tag.
    70         add_theme_support( 'title-tag' );
    71 
    7269        // Add support for custom color scheme.
    7370        add_theme_support(
    7471                'editor-color-palette',