Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/03/2012 09:12:24 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Rewrites:

  • Introduce unique rewrite tags and rules for user topics and replies.
  • Fixes conflict with topic and reply post type rules.
  • Fixes bug where user topics and replies pages were not working on some installations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core/template-functions.php

    r4283 r4321  
    262262        $is_favs    = $posts_query->get( bbp_get_user_favorites_rewrite_id()     );
    263263        $is_subs    = $posts_query->get( bbp_get_user_subscriptions_rewrite_id() );
    264         $is_topics  = $posts_query->get( bbp_get_topic_post_type()               );
    265         $is_replies = $posts_query->get( bbp_get_reply_post_type()               );
     264        $is_topics  = $posts_query->get( bbp_get_user_topics_rewrite_id()        );
     265        $is_replies = $posts_query->get( bbp_get_user_replies_rewrite_id()       );
    266266
    267267        // View or edit?
Note: See TracChangeset for help on using the changeset viewer.