Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/09/2023 12:52:29 AM (3 years 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-notifications/classes/class-bp-notifications-notification.php

    r13414 r13499  
    910910         * @since 10.0.0
    911911         *
     912         * @global wpdb $wpdb The WordPress database object.
     913         *
    912914         * @param string $field The name of the db field of the items to update.
    913915         *                      Possible values are `id` or `item_id`.
     
    10071009         *
    10081010         * @since 10.0.0
     1011         *
     1012         * @global wpdb $wpdb The WordPress database object.
    10091013         *
    10101014         * @param string $field The name of the db field of the items to delete.
Note: See TracChangeset for help on using the changeset viewer.