Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2008 10:49:51 PM (15 years ago)
Author:
apeatling
Message:
  • Added group directory to browse newest groups, groups by letter and search all groups. Also shows featured groups in the sidebar.
  • Changed buttons from images to background images and text to provide better translation options
  • Modified member theme to re-use get_header() and get_footer() - custom themes will need to be updated
  • Fixed bug with wp_redirect() and bp_core_do_catch_uri() clashing
File:
1 edited

Legend:

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

    r569 r580  
    240240    global $wire_posts_template;
    241241   
    242     echo bp_core_get_userlink( $wire_posts_template->wire_post->user_id );
     242    if ( $echo )
     243        echo bp_core_get_userlink( $wire_posts_template->wire_post->user_id );
     244    else
     245        return bp_core_get_userlink( $wire_posts_template->wire_post->user_id );
    243246}
    244247
Note: See TracChangeset for help on using the changeset viewer.