Changeset 4321 for trunk/includes/core/template-functions.php
- Timestamp:
- 11/03/2012 09:12:24 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/template-functions.php
r4283 r4321 262 262 $is_favs = $posts_query->get( bbp_get_user_favorites_rewrite_id() ); 263 263 $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() ); 266 266 267 267 // View or edit?
Note: See TracChangeset
for help on using the changeset viewer.