Skip to:
Content

BuddyPress.org

Ticket #907: 907-jjj.patch

File 907-jjj.patch, 542 bytes (added by johnjamesjacoby, 16 years ago)

bp_get_options_title patch

  • bp-core-templatetags.php

     
    180180        if ( empty( $bp->bp_options_title ) )
    181181                $bp->bp_options_title = __( 'Options', 'buddypress' );
    182182       
    183         echo apply_filters( 'bp_get_options_avatar', attribute_escape( $bp->bp_options_title ) );
     183        echo apply_filters( 'bp_get_options_title', attribute_escape( $bp->bp_options_title ) );
    184184}
    185185
    186186function bp_comment_author_avatar() {