Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/10/2011 04:31:29 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add forum root to breadcrumb if root slug is equal to the path of an existing page. Update field CSS styling to play more nicely with theme compatibility. Replace breadcrumb titles with breadcrumb template part.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-register.php

    r2970 r3130  
    1212        <form method="post" action="<?php bbp_wp_login_action( array( 'context' => 'login_post' ) ); ?>" class="bbp-login-form">
    1313                <fieldset>
    14                         <legend><?php _e( 'Register', 'bbpress' ); ?></legend>
     14                        <legend><?php _e( 'Create an Account', 'bbpress' ); ?></legend>
     15
     16                        <div class="bbp-template-notice">
     17                                <p><?php _e( 'Your username must be unique, and cannot be changed later.', 'bbpress' ) ?></p>
     18                                <p><?php _e( 'We use your email address to email you a secure password and verify your account.', 'bbpress' ) ?></p>
     19
     20                        </div>
    1521
    1622                        <div class="bbp-username">
     
    2632                        <?php do_action( 'register_form' ); ?>
    2733
    28                         <p id="reg_passmail"><?php _e( 'A password will be e-mailed to you.', 'bbpress' ) ?></p>
    29 
    3034                        <div class="bbp-submit-wrapper">
    3135
Note: See TracChangeset for help on using the changeset viewer.