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-core/admin/bp-core-admin-optouts.php

    r13926 r13927  
    2020 * @since 8.0.0
    2121 *
    22  * @global $bp_optouts_list_table BP_Optouts_List_Table List table instance for nonmember opt-outs admin page.
     22 * @global object $bp_optouts_list_table List table instance for nonmember opt-outs admin page.
    2323 */
    2424function bp_core_optouts_admin_load() {
     
    291291 * @since 8.0.0
    292292 *
    293  * @global $plugin_page
    294  * @global $bp_optouts_list_table BP_Optouts_List_Table List table instance for nonmember opt-outs admin page.
     293 * @global string $plugin_page
     294 * @global object $bp_optouts_list_table List table instance for nonmember opt-outs admin page.
    295295 */
    296296function bp_core_optouts_admin_index() {
Note: See TracChangeset for help on using the changeset viewer.