[wpmu-trac] Re: [WordPress MU Trac] #578: Clean up messaging on wp-signup.php when signups are restricted to users

WordPress MU Trac wpmu-trac at lists.automattic.com
Wed Mar 26 14:32:01 GMT 2008


#578: Clean up messaging on wp-signup.php when signups are restricted to users
-------------------------+--------------------------------------------------
 Reporter:  jacksonfox   |        Owner:  somebody
     Type:  enhancement  |       Status:  new     
 Priority:  low          |    Milestone:          
Component:  component1   |      Version:  1.0     
 Severity:  minor        |   Resolution:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by jacksonfox):

 Here's my change (svn diff)

 {{{
 Index: wp-signup.php
 ===================================================================
 --- wp-signup.php       (revision 1216)
 +++ wp-signup.php       (working copy)
 @@ -248,7 +248,9 @@
         $errors = $filtered_results['errors'];
  ?>
  <h2><?php printf( __('Get your own %s account in seconds'),
 $current_site->site_name ) ?></h2>
 +<?php if ( $active_signup != 'user' ) { ?>
  <p><?php _e( "Fill out this one-step form and you'll be blogging seconds
 later!" ); ?></p>
 +<?php } ?>
  <form name="setupform" id="setupform" method="post" action="wp-
 signup.php">
  <input type="hidden" name="stage" value="validate-user-signup" />
  <?php do_action( "signup_hidden_fields" ); ?>
 }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/578#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list