- Timestamp:
- 05/22/2012 09:52:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-edit.php
r3881 r3918 72 72 </fieldset> 73 73 74 <h2 class="entry-title"><?php bbp_is_user_home () ? _e( 'About Yourself', 'bbpress' ) : _e( 'About the user', 'bbpress' ); ?></h2>74 <h2 class="entry-title"><?php bbp_is_user_home_edit() ? _e( 'About Yourself', 'bbpress' ) : _e( 'About the user', 'bbpress' ); ?></h2> 75 75 76 76 <fieldset class="bbp-form"> 77 <legend><?php bbp_is_user_home () ? _e( 'About Yourself', 'bbpress' ) : _e( 'About the user', 'bbpress' ); ?></legend>77 <legend><?php bbp_is_user_home_edit() ? _e( 'About Yourself', 'bbpress' ) : _e( 'About the user', 'bbpress' ); ?></legend> 78 78 79 79 <?php do_action( 'bbp_user_edit_before_about' ); ?> … … 137 137 </div> 138 138 139 <?php if ( current_user_can( 'edit_users' ) && ! bbp_is_user_home () ) : ?>139 <?php if ( current_user_can( 'edit_users' ) && ! bbp_is_user_home_edit() ) : ?> 140 140 141 141 <div> … … 172 172 <?php bbp_edit_user_form_fields(); ?> 173 173 174 <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_user_edit_submit" name="bbp_user_edit_submit" class="button submit user-submit"><?php bbp_is_user_home () ? _e( 'Update Profile', 'bbpress' ) : _e( 'Update User', 'bbpress' ); ?></button>174 <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_user_edit_submit" name="bbp_user_edit_submit" class="button submit user-submit"><?php bbp_is_user_home_edit() ? _e( 'Update Profile', 'bbpress' ) : _e( 'Update User', 'bbpress' ); ?></button> 175 175 </div> 176 176 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.