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

WordPress Trac wp-trac at lists.automattic.com
Sat Aug 21 06:29:46 UTC 2010


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

Comment(by ramiy):

 To change the profile to XEN 1.0, use something like:

   function custom_profile_rel_link() {
         return '<link rel='profile' href='http://xen.adactio.com/' />\n';
   }
   add_filter('profile_rel_link','custom_profile_rel_link');

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


More information about the wp-trac mailing list