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-core/bp-core-notifications.php

    r502 r580  
    1414    $notification->date_notified = $date_notified;
    1515    $notification->is_new = 1;
    16    
     16
    1717    if ( $secondary_item_id )
    1818        $notification->secondary_item_id = $secondary_item_id;
Note: See TracChangeset for help on using the changeset viewer.