Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#57778 closed feature request (duplicate)

Twenty Twelve: add_theme_support( "title-tag" ) recommended.

Reported by: chiragrathod103's profile chiragrathod103 Owned by:
Milestone: Priority: normal
Severity: trivial Version:
Component: Bundled Theme Keywords: has-patch
Focuses: template Cc:

Description

REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
Similer to this ticket: #57776

Attachments (3)

image (1).png (181.7 KB) - added by chiragrathod103 2 years ago.
Before patch
57778.diff (1.1 KB) - added by chiragrathod103 2 years ago.
Add support for the title tag
image (2).png (201.8 KB) - added by chiragrathod103 2 years ago.
After patch

Download all attachments as: .zip

Change History (5)

@chiragrathod103
2 years ago

Before patch

@chiragrathod103
2 years ago

Add support for the title tag

#1 @chiragrathod103
2 years ago

  • Keywords has-patch added

@chiragrathod103
2 years ago

After patch

#2 @poena
2 years ago

  • Component changed from Themes to Bundled Theme
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi!
This theme uses wp_title() instead of the theme support to be backwards compatible with older versions of WordPress (The theme supports WordPress versions 3.5 and newer, the theme_support for title tag was added to WordPress in version 4.1.0).

See #34456 and #39661.

Note: See TracTickets for help on using tickets.