Changeset 13818 for trunk/src/bp-core/bp-core-filters.php
- Timestamp:
- 04/28/2024 12:23:47 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r13687 r13818 1321 1321 // Make sure we add a <title> tag so WP Customizer picks it up. 1322 1322 $template = str_replace( '<head>', '<head><title>' . esc_html_x( 'BuddyPress Emails', 'screen heading', 'buddypress' ) . '</title>', $template ); 1323 1324 // phpcs:ignore WordPress.Security.EscapeOutput 1323 1325 echo str_replace( '{{{content}}}', wpautop( get_post()->post_content ), $template ); 1324 1326
Note: See TracChangeset
for help on using the changeset viewer.