Opened 15 years ago
Closed 14 years ago
#14731 closed defect (bug) (fixed)
wp-signup.php does not validate
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | major | Version: | 3.0.1 |
Component: | Validation | Keywords: | has-patch |
Focuses: | Cc: |
Description
Line 89: end tag for element p which is not open.
The attached patch fixes the error.
Attachments (2)
Change History (7)
#2
@
15 years ago
- Cc sorich87@… added
- Status changed from new to accepted
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>'; }
Note: See
TracTickets for help on using
tickets.
The string shown in that patch is also broken...