Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/05/2009 09:29:24 PM (16 years ago)
Author:
apeatling
Message:

Streamlined the multiple functions to get the user's name, and brought them under the new "bp_core_get_user_displayname" function.

Added more through commenting to the bp-core.php file.

Allowed greater customization to bp_core_action_search_site()

Added bp_get_buddypress_theme_path() and bp_get_buddypress_theme_uri() functions

Reduced priority on some core BuddyPress functions, so that other plugins can scoot in front if needed.

Added missing filters on some core functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-notifications.php

    r1479 r1518  
    77    $message = new BP_Messages_Message( $item_id );
    88   
    9     $sender_name = bp_fetch_user_fullname( $message->sender_id, false );
     9    $sender_name = bp_core_get_user_displayname( $message->sender_id );
    1010
    1111    for ( $i = 0; $i < count($recipient_ids); $i++ ) {
Note: See TracChangeset for help on using the changeset viewer.