- Timestamp:
- 03/09/2024 04:40:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-activity.php
r13724 r13757 174 174 * 175 175 * @since 1.0.0 176 * 177 * @global wpdb $wpdb WordPress database object. 176 178 */ 177 179 public function populate() { … … 227 229 * 228 230 * @since 1.0.0 231 * 232 * @global wpdb $wpdb WordPress database object. 229 233 * 230 234 * @return WP_Error|bool True on success. … … 350 354 * @see WP_Meta_Query::queries for a description of the 'meta_query' 351 355 * parameter format. 356 * 357 * @global wpdb $wpdb WordPress database object. 352 358 * 353 359 * @param array $args { … … 882 888 * @since 2.0.0 883 889 * 890 * @global wpdb $wpdb WordPress database object. 891 * 884 892 * @param array $activity_ids Array of activity IDs. 885 893 * @return array … … 1240 1248 * @since 10.0.0 Parameters were made optional. 1241 1249 * 1250 * @global wpdb $wpdb WordPress database object. 1251 * 1242 1252 * @param array $args { 1243 1253 * An array of arguments. All items are optional. … … 1351 1361 * 1352 1362 * @since 1.2.0 1363 * 1364 * @global wpdb $wpdb WordPress database object. 1353 1365 * 1354 1366 * @param array $args { … … 1529 1541 * @since 1.2.0 1530 1542 * 1543 * @global wpdb $wpdb WordPress database object. 1544 * 1531 1545 * @deprecated 2.3.0 1532 1546 * … … 1830 1844 * @since 1.2.0 1831 1845 * 1846 * @global wpdb $wpdb WordPress database object. 1847 * 1832 1848 * @param bool $skip_last_activity If true, components will not be 1833 1849 * included if the only activity type associated with them is … … 1880 1896 * 1881 1897 * @see BP_Activity_Activity::get_filter_sql() 1898 * 1899 * @global wpdb $wpdb WordPress database object. 1882 1900 * 1883 1901 * @param string $field The database field. … … 2002 2020 * @since 1.2.0 2003 2021 * 2022 * @global wpdb $wpdb WordPress database object. 2023 * 2004 2024 * @return string ISO timestamp. 2005 2025 */ … … 2037 2057 * @since 1.1.0 2038 2058 * 2059 * @global wpdb $wpdb WordPress database object. 2060 * 2039 2061 * @param string $content The content to filter by. 2040 2062 * @return int|false The ID of the first matching item if found, otherwise false. … … 2055 2077 * @since 1.2.0 2056 2078 * 2079 * @global wpdb $wpdb WordPress database object. 2080 * 2057 2081 * @param int $user_id The ID of the user whose activity you want to mark hidden. 2058 2082 * @return mixed
Note: See TracChangeset
for help on using the changeset viewer.