Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/24/2009 10:05:01 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch fixes into trunk.

File:
1 edited

Legend:

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

    r2088 r2114  
    10571057        echo apply_filters( 'bp_the_site_member_avatar', bp_get_the_site_member_avatar( $args ) );
    10581058}
     1059
    10591060        function bp_get_the_site_member_avatar( $args = '' ) {
    10601061                global $bp, $site_members_template;
     
    16321633        echo bp_get_the_body_class();
    16331634}
    1634         function bp_get_the_body_class( $wp_classes, $custom_classes ) {
     1635        function bp_get_the_body_class( $wp_classes, $custom_classes = false ) {
    16351636                global $bp;
    16361637
Note: See TracChangeset for help on using the changeset viewer.