Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/17/2011 05:26:05 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Normalize bbp-twentyten theme files. Introduce bbp_tab_index functions for forms. Rename some page- files to action- since they are not page templates. Introduce bbp_login and bbp_register place-holders in bbp-twentyten theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/user-edit.php

    r2758 r2810  
    55 *
    66 * @package bbPress
    7  * @subpackage Themes
     7 * @subpackage Theme
    88 */
    99
     
    104104                                <?php
    105105
     106                                // Handle address change requests
    106107                                $new_email = get_option( bbp_get_displayed_user_id() . '_new_email' );
    107108                                if ( $new_email && $new_email != bbp_get_displayed_user_field( 'user_email' ) ) : ?>
     
    109110                                    <span class="updated inline">
    110111
    111                                         <?php printf( __( 'There is a pending change of your e-mail to <code>%1$s</code>. <a href="%2$s">Cancel</a>', 'bbpress' ), $new_email['newemail'], esc_url( self_admin_url( 'user.php?dismiss=' . bbp_get_current_user_id()  . '_new_email' ) ) ); ?>
     112                                        <?php printf( __( 'There is a pending email address change to <code>%1$s</code>. <a href="%2$s">Cancel</a>', 'bbpress' ), $new_email['newemail'], esc_url( self_admin_url( 'user.php?dismiss=' . bbp_get_current_user_id()  . '_new_email' ) ) ); ?>
    112113
    113114                                    </span>
Note: See TracChangeset for help on using the changeset viewer.