Changeset 8682 for trunk/src/bp-members/bp-members-screens.php
- Timestamp:
- 07/23/2014 07:42:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-screens.php
r8658 r8682 359 359 'post_date' => 0, 360 360 'post_content' => '', 361 'post_type' => ' bp_members',361 'post_type' => 'page', 362 362 'post_status' => 'publish', 363 363 'is_page' => true, … … 421 421 'post_date' => 0, 422 422 'post_content' => '', 423 'post_type' => ' bp_members',423 'post_type' => 'page', 424 424 'post_status' => 'publish', 425 425 'is_page' => true, … … 530 530 } 531 531 532 $post_type = bp_is_register_page() ? 'bp_register' : 'bp_activate';533 534 532 bp_theme_compat_reset_post( array( 535 533 'ID' => 0, … … 538 536 'post_date' => 0, 539 537 'post_content' => '', 540 'post_type' => $post_type,538 'post_type' => 'page', 541 539 'post_status' => 'publish', 542 540 'is_page' => true,
Note: See TracChangeset
for help on using the changeset viewer.