[wp-trac] Re: [WordPress Trac] #6727: Registration form message

WordPress Trac wp-trac at lists.automattic.com
Sun Sep 14 19:09:03 GMT 2008


#6727: Registration form message
------------------------------+---------------------------------------------
 Reporter:  chaoticmortalcom  |        Owner:  anonymous
     Type:  enhancement       |       Status:  closed   
 Priority:  normal            |    Milestone:  2.7      
Component:  General           |      Version:           
 Severity:  normal            |   Resolution:  invalid  
 Keywords:                    |  
------------------------------+---------------------------------------------
Changes (by MattyRob):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 You can change it to whatever you like using the API hooks, write your own
 plugin as follows:

 <?php
 function my_reg_message() {
 echo "<p>My message here</p>";
 }
 add_action('register_form', 'my_reg_message');
 ?>

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6727#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list