Changeset 7612
- Timestamp:
- 11/29/2013 07:05:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-filters.php
r7484 r7612 349 349 return $title; 350 350 351 // If this is a 404, let WordPress handle it 352 if ( is_404() ) { 353 return $title; 354 } 355 351 356 // If this is the front page of the site, return WP's title 352 357 if ( is_front_page() || is_home() )
Note: See TracChangeset
for help on using the changeset viewer.