[wp-trac] [WordPress Trac] #14731: wp-signup.php does not validate
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 2 22:17:22 UTC 2010
#14731: wp-signup.php does not validate
--------------------------+-------------------------------------------------
Reporter: sorich87 | Owner: sorich87
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 3.1
Component: Validation | Version: 3.0.1
Severity: major | Keywords: has-patch
--------------------------+-------------------------------------------------
Changes (by sorich87):
* cc: sorich87@… (added)
* status: new => accepted
Comment:
Broken? Here is the complete code:
{{{
if ( !is_user_logged_in() ) {
print '<p>(<strong>' . __( 'Your address will be ' );
if ( !is_subdomain_install() )
print $current_site->domain . $current_site->path
. __( 'sitename' );
else
print __( 'domain.' ) . $site_domain .
$current_site->path;
echo '.</strong>) ' . __( 'Must be at least 4 characters,
letters and numbers only. It cannot be changed, so choose carefully!' ) .
'</p>';
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14731#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list