Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/23/2024 09:53:53 PM (21 months ago)
Author:
imath
Message:

Members component: improve PHP code standards using WPCS

See #7228 (branch 12.0)

File:
1 edited

Legend:

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

    r13717 r13800  
    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.