Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/09/2023 12:52:29 AM (22 months ago)
Author:
imath
Message:

Improve inline doc, informing about global variable usage in functions

These improvements are about various BP Members, BP Messages & BP Notifications files.

Props viralsampat

Fixes #8890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-functions.php

    r13493 r13499  
    880880 * @since 1.6.0
    881881 *
     882 * @global BP_Core_Members_Template $members_template The Members template loop class.
     883 *
    882884 * @param int $user_id The ID for the user.
    883885 * @return bool True if spammer, otherwise false.
     
    24562458 * @since 2.0.0
    24572459 *
     2460 * @global string $error The error message.
     2461 *
    24582462 * @see bp_core_signup_disable_inactive()
    24592463 */
     
    26252629 *
    26262630 * @since 1.8.0
     2631 *
     2632 * @global string $error The error message.
    26272633 */
    26282634function bp_live_spammer_login_error() {
Note: See TracChangeset for help on using the changeset viewer.