Ticket #907: 907-jjj.patch
File 907-jjj.patch, 542 bytes (added by , 16 years ago) |
---|
-
bp-core-templatetags.php
180 180 if ( empty( $bp->bp_options_title ) ) 181 181 $bp->bp_options_title = __( 'Options', 'buddypress' ); 182 182 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 ) ); 184 184 } 185 185 186 186 function bp_comment_author_avatar() {