Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/13/2024 07:39:42 PM (6 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-functions.php

    r13896 r13927  
    2727 * The old "bp-general-settings" page was renamed "bp-components".
    2828 *
    29  * @since 1.6.0 
     29 * @since 1.6.0
    3030 *
    3131 * @global array $_parent_pages
     
    11311131 * @since 7.0.0 Uses wp_nav_menu_item_post_type_meta_box()
    11321132 *
    1133  * @global $nav_menu_selected_id
     1133 * @global int|string $nav_menu_selected_id
    11341134 *
    11351135 * @param WP_Post $post The current post object.
Note: See TracChangeset for help on using the changeset viewer.