Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18548, comment 61


Ignore:
Timestamp:
09/26/2011 09:33:01 PM (13 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18548, comment 61

    initial v1  
    33+1. IMHO this is addressing a problem that doesn't really exist (namely that themes have more control over the <title> than plugins do). If a theme contains nothing more than `wp_title('')` in the <title> tag then plugins have complete control over the title. Most 'SEO' plugins ask users to ensure this is the case, and so be it.
    44
    5 All this change will accomplish is that SEO plugins will need to ask users to ensure their theme oesn'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.
     5All 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.