[wpmu-trac] [WordPress MU Trac] #640: robots meta not valid XHTML in signup page

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri May 23 21:49:03 GMT 2008


#640: robots meta not valid XHTML in signup page
------------------------+---------------------------------------------------
 Reporter:  mark-k      |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  normal      |   Milestone:          
Component:  component1  |     Version:          
 Severity:  normal      |    Keywords:          
------------------------+---------------------------------------------------
 in wp-singup.php

 function signuppageheaders() {
         echo "<meta name='robots' content='noindex,nofollow'>\n";
 }

 should be

 function signuppageheaders() {
         echo "<meta name='robots' content='noindex,nofollow' />\n";
 }

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/640>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list