Changeset 10616
- Timestamp:
- 02/19/2016 05:33:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r10611 r10616 1102 1102 ob_end_clean(); 1103 1103 1104 // Make sure we add a <title> tag so WP Customizer picks it up. 1105 $template = str_replace( '<head>', '<head><title>' . esc_html_x( 'BuddyPress Emails', 'screen heading', 'buddypress' ) . '</title>', $template ); 1104 1106 echo str_replace( '{{{content}}}', nl2br( get_post()->post_content ), $template ); 1105 1107
Note: See TracChangeset
for help on using the changeset viewer.