Ticket #3355: 3355.01.patch
| File 3355.01.patch, 764 bytes (added by , 15 years ago) |
|---|
-
buddypress/bp-core/bp-core-template.php
313 313 echo apply_filters( 'bp_search_form', $form ); 314 314 } 315 315 316 function bp_log_out_link() {317 global $bp;318 if ( function_exists('wp_logout_url') )319 $logout_link = '<a href="' . wp_logout_url( bp_get_root_domain() ) . '">' . __( 'Log Out', 'buddypress' ) . '</a>';320 else321 $logout_link = '<a href="' . bp_get_root_domain() . '/wp-login.php?action=logout&redirect_to=' . bp_get_root_domain() . '">' . __( 'Log Out', 'buddypress' ) . '</a>';322 323 echo apply_filters( 'bp_logout_link', $logout_link );324 }325 326 316 function bp_custom_profile_boxes() { 327 317 do_action( 'bp_custom_profile_boxes' ); 328 318 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)