Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2024 09:39:11 PM (2 years ago)
Author:
imath
Message:

Members component: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-blocks.php

    r13716 r13799  
    369369        );
    370370
    371         // Include the common JS template.
     371        // Include the common JS template (Escaping is done there).
     372        // phpcs:ignore WordPress.Security.EscapeOutput
    372373        echo bp_get_dynamic_template_part( 'assets/widgets/dynamic-members.php' );
    373374
Note: See TracChangeset for help on using the changeset viewer.