Skip to:
Content

bbPress.org

Changeset 4677


Ignore:
Timestamp:
12/31/2012 03:08:44 PM (11 years ago)
Author:
johnjamesjacoby
Message:

In bbp_get_user_replies_created(), only query for the reply post type. Fixes issue with topics appearing commingled in the replies created profile page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/users/functions.php

    r4610 r4677  
    10101010    // Try to get the topics
    10111011    $query = bbp_has_replies( array(
    1012         'post_type'      => array( bbp_get_topic_post_type(), bbp_get_reply_post_type() ),
     1012        'post_type'      => bbp_get_reply_post_type(),
    10131013        'post_parent'    => 'any',
    10141014        'posts_per_page' => bbp_get_replies_per_page(),
Note: See TracChangeset for help on using the changeset viewer.