Changeset 4228 for trunk/bbp-includes/bbp-theme-compatibility.php
- Timestamp:
- 09/25/2012 06:57:46 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/bbp-includes/bbp-theme-compatibility.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bbp-includes/bbp-theme-compatibility.php
r4217 r4228 522 522 523 523 // Single Topic 524 } elseif ( bbp_is_topic_edit() || bbp_is_ topic_split() || bbp_is_topic_merge() || bbp_is_single_topic() ) {524 } elseif ( bbp_is_topic_edit() || bbp_is_single_topic() ) { 525 525 526 526 // Reset post … … 663 663 664 664 // Profile View 665 if ( bbp_is_single_user () ) {665 if ( bbp_is_single_user_edit() || bbp_is_single_user() ) { 666 666 ob_start(); 667 667 668 668 bbp_get_template_part( 'content', 'single-user' ); 669 670 $new_content = ob_get_contents();671 672 ob_end_clean();673 674 // Profile Edit675 } elseif ( bbp_is_single_user_edit() ) {676 ob_start();677 678 bbp_get_template_part( 'content', 'single-user-edit' );679 669 680 670 $new_content = ob_get_contents();
Note: See TracChangeset
for help on using the changeset viewer.