Changeset 11010
- Timestamp:
- 08/10/2016 06:47:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r11007 r11010 575 575 * @see wp_title() 576 576 */ 577 $title_tag_compatibility = (bool) ( ! empty( $_wp_theme_features['title-tag'] ) || strstr( $title, $blogname) );577 $title_tag_compatibility = (bool) ( ! empty( $_wp_theme_features['title-tag'] ) || ( $blogname && strstr( $title, $blogname ) ) ); 578 578 579 579 // Append the site title to title parts if theme supports title tag.
Note: See TracChangeset
for help on using the changeset viewer.