[wp-testers] Mismatched closing tag in network.php

David Carroll - PageSimplify david.carroll at pagesimplify.com
Sun Jul 31 22:11:42 UTC 2011


** WP Version: 3.2.1

** File: http://core.svn.wordpress.org/tags/3.2.1/wp-admin/network.php 

 

** Description: Line 232 opens with <p> tag and closes with </h3> tag. Need
to change </h3> to </p>.

 

** Reference Line 232: **

<p><?php printf( __( 'We recommend you change your siteurl to
<code>%1$s</code> before enabling the network feature. It will still be
possible to visit your site using the <code>www</code> prefix with an
address like <code>%2$s</code> but any links will not have the
<code>www</code> prefix.' ), substr( $hostname, 4 ), $hostname ); ?></h3>

 

 



More information about the wp-testers mailing list