Changeset 359 for trunk/bp-blogs/bp-blogs-templatetags.php
- Timestamp:
- 09/24/2008 05:31:27 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs/bp-blogs-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-templatetags.php
r351 r359 312 312 function bp_post_category( $separator = '', $parents='', $post_id = false ) { 313 313 global $posts_template; 314 echo get_the_category_list($separator, $parents, $posts_template->post->ID );314 echo get_the_category_list($separator, $parents, $posts_template->post->ID ); 315 315 } 316 316
Note: See TracChangeset
for help on using the changeset viewer.