Changeset 9471 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 02/10/2015 02:49:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-filters.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r9399 r9471 504 504 * 505 505 * @see wp_title() 506 * @global object $bp BuddyPress global settings.507 506 * 508 507 * @param string $title Original page title. … … 512 511 */ 513 512 function bp_modify_page_title( $title, $sep = '', $seplocation = '' ) { 514 global $bp;515 513 516 514 // If this is not a BP page, just return the title produced by WP … … 529 527 } 530 528 529 $bp = buddypress(); 531 530 $title = ''; 532 531
Note: See TracChangeset
for help on using the changeset viewer.