[wp-trac] [WordPress Trac] #39661: TwentyTwelve theme uses title tag instead of add_theme_support( 'title-tag' )

WordPress Trac noreply at wordpress.org
Sat Jan 21 15:29:08 UTC 2017


#39661: TwentyTwelve theme uses title tag instead of add_theme_support( 'title-tag'
)
---------------------------+-----------------------------
 Reporter:  bplv           |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  4.7.1
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 Use of title tag is highly discouraged on a theme.

 We can find this statement in theme review guideline
  Avoid hard coding to modify content. Instead, use function parameters,
 filters and action hooks where appropriate. For example wp_title should be
 modified using a filter.

 This is a must meet requirement for a theme according to theme review
 guidelines.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39661>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list