Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2024 02:32:30 AM (2 years ago)
Author:
espellcaste
Message:

WPCS: Part XI: miscellaneous fixes for some of the files of the core component.

Follow-up to [13903]

See #9164 and #7228

File:
1 edited

Legend:

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

    r13741 r13904  
    796796         * @param string $action The action being run.
    797797         */
    798         do_action( 'bp_post_request',   $action );
     798        do_action( 'bp_post_request', $action );
    799799}
    800800
     
    838838         * @param string $action The action being run.
    839839         */
    840         do_action( 'bp_get_request',   $action );
    841 }
     840        do_action( 'bp_get_request', $action );
     841}
Note: See TracChangeset for help on using the changeset viewer.