Changeset 10335 for sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php
- Timestamp:
- 10/01/2020 07:07:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/extensions.php
r10328 r10335 111 111 if ( ( $uri_chunks[1] === 'community' ) && ( $uri_chunks[2] === 'groups' ) ) { 112 112 113 // /community/groups/ to Support root. 114 if ( empty( $uri_chunks[3] ) ) { 115 bp_core_redirect( home_url( '/support/' ) ); 116 113 117 // Single group topic redirect 114 if ( !empty( $uri_chunks[5] ) && ( $uri_chunks[5] === 'topic' ) ) {118 } elseif ( !empty( $uri_chunks[5] ) && ( $uri_chunks[5] === 'topic' ) ) { 115 119 bp_core_redirect( home_url( '/support/topic/' . $uri_chunks[6] . '/' ) ); 116 120
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)