Skip to:
Content

BuddyPress.org

Changeset 1732


Ignore:
Timestamp:
08/28/2009 09:48:29 PM (16 years ago)
Author:
apeatling
Message:

Fixes #907

File:
1 edited

Legend:

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

    r1731 r1732  
    146146        $bp->bp_options_title = __( 'Options', 'buddypress' );
    147147   
    148     echo apply_filters( 'bp_get_options_avatar', attribute_escape( $bp->bp_options_title ) );
     148    echo apply_filters( 'bp_get_options_title', attribute_escape( $bp->bp_options_title ) );
    149149}
    150150   
Note: See TracChangeset for help on using the changeset viewer.