Changes between Version 1 and Version 2 of Ticket #18548, comment 67
- Timestamp:
- 09/26/11 23:34:29 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18548, comment 67
v1 v2 2 2 > 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. 3 3 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.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.
