- Timestamp:
- 03/16/2024 07:35:00 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-notification.php
r13499 r13772 222 222 * @global wpdb $wpdb WordPress database object. 223 223 * 224 * @see wpdb::insert() for further description of param ater formats.224 * @see wpdb::insert() for further description of parameter formats. 225 225 * 226 226 * @param array $data { … … 250 250 * @global wpdb $wpdb WordPress database object. 251 251 * 252 * @see wpdb::update() for further description of param ater formats.252 * @see wpdb::update() for further description of parameter formats. 253 253 * 254 254 * @param array $data Array of notification data to update, passed to … … 274 274 * @global wpdb $wpdb WordPress database object. 275 275 * 276 * @see wpdb::delete() for further description of param ater formats.276 * @see wpdb::delete() for further description of parameter formats. 277 277 * 278 278 * @param array $where Array of WHERE clauses to filter by, passed to
Note: See TracChangeset
for help on using the changeset viewer.