Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/22/2008 04:20:04 AM (17 years ago)
Author:
apeatling
Message:

Brought most core functions under the bp_core_ naming convention
Added extensive function commenting for the core component.
Updated other components to support changes to core function names

File:
1 edited

Legend:

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

    r251 r304  
    1515    if ( $result['status'] ) { ?>
    1616            <div class="avatar-box">
    17                 <?php if ( function_exists('core_get_avatar') )
    18                     echo core_get_avatar($result['reply']->sender_id, 1);
     17                <?php if ( function_exists('bp_core_get_avatar') )
     18                    echo bp_core_get_avatar($result['reply']->sender_id, 1);
    1919                ?>
    2020   
Note: See TracChangeset for help on using the changeset viewer.