Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2024 12:23:47 PM (2 years ago)
Author:
imath
Message:

Core: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-filters.php

    r13687 r13818  
    13211321    // Make sure we add a <title> tag so WP Customizer picks it up.
    13221322    $template = str_replace( '<head>', '<head><title>' . esc_html_x( 'BuddyPress Emails', 'screen heading', 'buddypress' ) . '</title>', $template );
     1323
     1324    // phpcs:ignore WordPress.Security.EscapeOutput
    13231325    echo str_replace( '{{{content}}}', wpautop( get_post()->post_content ), $template );
    13241326
Note: See TracChangeset for help on using the changeset viewer.