Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2008 05:31:27 AM (17 years ago)
Author:
apeatling
Message:

Introduced new functions for handling navigation items. bp_core_add_nav_item() bp_core_add_nav_default() bp_core_add_subnav_item() can now be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r351 r359  
    312312function bp_post_category( $separator = '', $parents='', $post_id = false ) {
    313313    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 );   
    315315}
    316316
Note: See TracChangeset for help on using the changeset viewer.