Changeset 9157 for trunk/src/bp-members/bp-members-screens.php
- Timestamp:
- 11/21/2014 06:24:16 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-members/bp-members-screens.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-screens.php
r9109 r9157 236 236 // grab the key (the old way) 237 237 $key = isset( $_GET['key'] ) ? $_GET['key'] : ''; 238 238 239 239 // grab the key (the new way) 240 240 if ( empty( $key ) ) { … … 246 246 return; 247 247 } 248 248 249 249 // Activate the signup 250 250 $user = apply_filters( 'bp_core_activate_account', bp_core_activate_signup( $key ) ); … … 426 426 bp_theme_compat_reset_post( array( 427 427 'ID' => 0, 428 'post_title' => '<a href="' . bp_get_displayed_user_link() . '">' . bp_get_displayed_user_fullname() . '</a>',428 'post_title' => bp_get_displayed_user_fullname(), 429 429 'post_author' => 0, 430 430 'post_date' => 0,
Note: See TracChangeset
for help on using the changeset viewer.