Ticket #57778: 57778.diff
File 57778.diff, 1.1 KB (added by , 2 years ago) |
---|
-
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() { 66 66 // Add support for responsive embeds. 67 67 add_theme_support( 'responsive-embeds' ); 68 68 69 // Add support for the title tag.70 add_theme_support( 'title-tag' );71 72 69 // Add support for custom color scheme. 73 70 add_theme_support( 74 71 'editor-color-palette',