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

    r13891 r13927  
    21322132 * @since 2.3.0
    21332133 *
    2134  * @global $is_safari
    2135  * @global $is_IE
     2134 * @global bool $is_safari
     2135 * @global bool $is_IE
    21362136 *
    21372137 * @return bool True to load the Webcam Avatar UI part. False otherwise.
Note: See TracChangeset for help on using the changeset viewer.