Making WordPress.org

Changeset 5153


Ignore:
Timestamp:
03/17/2017 02:24:07 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Forums: On user's Topics and Replies pages, prepend plugin and theme support topic titles with the plugin or theme name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php

    r5095 r5153  
    370370                        ( bbp_is_single_view() && ! in_array( bbp_get_view_id(), $this->compat_views() ) )
    371371                ||
    372                         ( get_query_var( 'wporg_single_user_reviews' ) )
     372                        ( bbp_is_single_user_topics() || bbp_is_single_user_replies() || get_query_var( 'wporg_single_user_reviews' ) )
    373373                ) {
    374374                        $terms = get_the_terms( $topic_id, $this->taxonomy() );
Note: See TracChangeset for help on using the changeset viewer.