Changeset 4331 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
- Timestamp:
- 11/06/2016 09:31:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php
r4297 r4331 597 597 ( bbp_is_single_view() && $this->compat() == bbp_get_view_id() ) 598 598 || 599 bbp_is_subscriptions() 600 || 599 601 ( isset( $_GET['term_id'] ) && isset( $_GET['taxonomy'] ) ) 600 602 ) { … … 602 604 if ( $this->taxonomy() == $taxonomy ) { 603 605 $paged = get_query_var( 'paged' ) > 1 ? 'page/' . absint( get_query_var( 'paged' ) ) . '/' : ''; 604 $termlink = sprintf( 'https://wordpress.org/support/%s/%s/%s', $this->compat(), $t his->slug(), $paged );606 $termlink = sprintf( 'https://wordpress.org/support/%s/%s/%s', $this->compat(), $term->slug, $paged ); 605 607 } 606 608 }
Note: See TracChangeset
for help on using the changeset viewer.