Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2024 07:35:00 AM (10 months ago)
Author:
imath
Message:

Improve inline documentation fixing some typos

Props shailu25

Fixes #9123
Closes https://github.com/buddypress/buddypress/pull/255

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/classes/class-bp-notifications-notification.php

    r13499 r13772  
    222222     * @global wpdb $wpdb WordPress database object.
    223223     *
    224      * @see wpdb::insert() for further description of paramater formats.
     224     * @see wpdb::insert() for further description of parameter formats.
    225225     *
    226226     * @param array $data {
     
    250250     * @global wpdb $wpdb WordPress database object.
    251251     *
    252      * @see wpdb::update() for further description of paramater formats.
     252     * @see wpdb::update() for further description of parameter formats.
    253253     *
    254254     * @param array $data         Array of notification data to update, passed to
     
    274274     * @global wpdb $wpdb WordPress database object.
    275275     *
    276      * @see wpdb::delete() for further description of paramater formats.
     276     * @see wpdb::delete() for further description of parameter formats.
    277277     *
    278278     * @param array $where        Array of WHERE clauses to filter by, passed to
Note: See TracChangeset for help on using the changeset viewer.