Changeset 7471
- Timestamp:
- 10/23/2013 07:54:07 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-catchuri.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-catchuri.php
r7437 r7471 629 629 630 630 // If requesting the front page component directory, canonical 631 // URL is the front page 632 if ( false !== $front_page_component && is_page( $page_on_front ) ) { 631 // URL is the front page. We detect whether we're detecting a 632 // component *directory* by checking that bp_current_action() 633 // is empty - ie, this not a single item or a feed 634 if ( false !== $front_page_component && bp_is_current_component( $front_page_component ) && ! bp_current_action() ) { 633 635 $bp->canonical_stack['canonical_url'] = trailingslashit( bp_get_root_domain() ); 634 636
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)