[wp-trac] [WordPress Trac] #14664: add <link rel="profile" ... /> to wp_head()

WordPress Trac wp-trac at lists.automattic.com
Mon Aug 23 13:11:58 UTC 2010


#14664: add <link rel="profile" ... /> to wp_head()
-------------------------+--------------------------------------------------
 Reporter:  ramiy        |       Owner:                 
     Type:  enhancement  |      Status:  new            
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Themes       |     Version:  3.0.1          
 Severity:  normal       |    Keywords:  has-patch      
-------------------------+--------------------------------------------------

Comment(by zeo):

 IMHO this isn't about OLD VS 2010 theme. It's basically HTML4 VS HTML5.

 HTML4 introduce profile attribute from HEAD. Then HTML5 drops profile
 attribute from HEAD and then it's suggested to add rel="profile" to LINK.

 Perhaps not to be added to default filters but as
 add_theme_support('profile_rel_link') or something similar to avoid
 multiple profile defined.

 Since twentyten is tagged with microformats this is currently the correct
 profile URI: {{{<link rel="profile"
 href="http://microformats.org/profile/specs
 http://microformats.org/profile/hatom" />}}}. And for "OLD" theme:
 {{{<head profile="http://microformats.org/profile/specs
 http://microformats.org/profile/hatom">}}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14664#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list