Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2024 07:39:42 PM (8 months ago)
Author:
johnjamesjacoby
Message:

WPCS: param & global docs corrections.

Some were missing, out-of-order, or potentially wrong based on conditional logic (I.E. when specific class names are juggled based on Site/Network admin area contexts). For those, I opted just to use "object" rather than the exact class names, because they're lengthy & ugly & make the docs more difficult to read. Feel free to override that decision later!

See: #9174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/groups/single/admin/manage-members.php

    r13822 r13927  
    6666                             * @since 2.7.0 Added $section parameter.
    6767                             *
    68                              * @param $section Which list contains this item.
     68                             * @param string $section Which list contains this item.
    6969                             */
    7070                            do_action( 'bp_group_manage_members_admin_item', 'admins-list' ); ?>
     
    8383                             * @since 2.7.0
    8484                             *
    85                              * @param $section Which list contains this item.
     85                             * @param string $section Which list contains this item.
    8686                             */
    8787                            do_action( 'bp_group_manage_members_admin_actions', 'admins-list' ); ?>
     
    160160                             * @since 2.7.0 Added $section parameter.
    161161                             *
    162                              * @param $section Which list contains this item.
     162                             * @param string $section Which list contains this item.
    163163                             */
    164164                            do_action( 'bp_group_manage_members_admin_item', 'admins-list' ); ?>
     
    176176                             * @since 2.7.0
    177177                             *
    178                              * @param $section Which list contains this item.
     178                             * @param string $section Which list contains this item.
    179179                             */
    180180                            do_action( 'bp_group_manage_members_admin_actions', 'mods-list' ); ?>
     
    261261                             * @since 2.7.0 Added $section parameter.
    262262                             *
    263                              * @param $section Which list contains this item.
     263                             * @param string $section Which list contains this item.
    264264                             */
    265265                            do_action( 'bp_group_manage_members_admin_item', 'admins-list' ); ?>
     
    288288                             * @since 2.7.0
    289289                             *
    290                              * @param $section Which list contains this item.
     290                             * @param string $section Which list contains this item.
    291291                             */
    292292                            do_action( 'bp_group_manage_members_admin_actions', 'members-list' ); ?>
Note: See TracChangeset for help on using the changeset viewer.