Ticket #5933: 5933.2.patch
File 5933.2.patch, 549 bytes (added by , 10 years ago) |
---|
-
src/bp-core/bp-core-filters.php
423 423 * @param string $seplocation Direction to display title. 424 424 * @return string New page title. 425 425 */ 426 function bp_modify_page_title( $title, $sep , $seplocation) {426 function bp_modify_page_title( $title, $sep = '', $seplocation = '' ) { 427 427 global $bp; 428 428 429 429 // If this is not a BP page, just return the title produced by WP