Skip to:
Content

BuddyPress.org

Ticket #5933: 5933.patch

File 5933.patch, 602 bytes (added by imath, 10 years ago)
  • src/bp-core/bp-core-filters.php

    diff --git src/bp-core/bp-core-filters.php src/bp-core/bp-core-filters.php
    index ce335e8..5ac5f26 100644
    add_filter( 'wpmu_signup_user_notification', 'bp_core_activation_signup_user_not 
    423423 * @param string $seplocation Direction to display title.
    424424 * @return string New page title.
    425425 */
    426 function bp_modify_page_title( $title, $sep, $seplocation ) {
     426function bp_modify_page_title( $title = '', $sep = '', $seplocation = '' ) {
    427427        global $bp;
    428428
    429429        // If this is not a BP page, just return the title produced by WP