Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #18548, comment 67


Ignore:
Timestamp:
09/26/2011 11:35:29 PM (13 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18548, comment 67

    v2 v3  
    22> All this change will accomplish is that SEO plugins will need to ask users to ensure their theme doesn't contain a <title> tag at all, rather than asking them to ensure it only contains `wp_title('')`. I don't believe that achieves anything.
    33
    4 Actually, you're right; a theme could signal that it uses wp_title() correctly with {{{add_theme_supports( 'clean_wp_title' )}}}, which could then be leveraged by SEO plugins and by Core to add some output for is_front_page() etc.
     4Actually, you're right; a theme could signal that it uses wp_title() correctly with {{{add_theme_supports( 'enhanced_wp_title' )}}}, which could then be leveraged by SEO plugins and by Core to add some output for is_front_page() etc.