- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-activity.php
r13757 r13890 1547 1547 * @param array $activity_ids Activity IDs whose comments should be deleted. 1548 1548 * @param bool $delete_meta Should we delete the activity meta items for these comments. 1549 * @return bool True on success.1549 * @return bool 1550 1550 */ 1551 1551 public static function delete_activity_item_comments( $activity_ids = array(), $delete_meta = true ) { … … 1575 1575 * 1576 1576 * @param array $activity_ids Activity IDs whose meta should be deleted. 1577 * @return bool True on success.1577 * @return bool 1578 1578 */ 1579 1579 public static function delete_activity_meta_entries( $activity_ids = array() ) { … … 1897 1897 * @see BP_Activity_Activity::get_filter_sql() 1898 1898 * 1899 * @global wpdb $wpdb WordPress database object. 1899 * @global wpdb $wpdb WordPress database object. 1900 1900 * 1901 1901 * @param string $field The database field. … … 2020 2020 * @since 1.2.0 2021 2021 * 2022 * @global wpdb $wpdb WordPress database object. 2022 * @global wpdb $wpdb WordPress database object. 2023 2023 * 2024 2024 * @return string ISO timestamp.
Note: See TracChangeset
for help on using the changeset viewer.