Changeset 10825 for trunk/src/bp-activity/bp-activity-filters.php
- Timestamp:
- 05/29/2016 06:12:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-filters.php
r10572 r10825 179 179 * 180 180 * @since 1.1.0 181 *182 * @uses apply_filters() To call the 'bp_activity_allowed_tags' hook.183 * @uses wp_kses()184 181 * 185 182 * @param string $content The activity content. … … 283 280 * @since 1.5.0 284 281 * 285 * @uses bp_activity_find_mentions()286 *287 282 * @param BP_Activity_Activity $activity Activity Object. 288 283 */ … … 319 314 * 320 315 * @since 1.7.0 321 *322 * @uses bp_activity_at_message_notification()323 * @uses bp_activity_update_mention_count_for_user()324 316 * 325 317 * @param BP_Activity_Activity $activity The BP_Activity_Activity object. … … 397 389 * @since 1.5.0 398 390 * 399 * @uses bp_is_single_activity()400 * @uses apply_filters() To call the 'bp_activity_excerpt_append_text' hook.401 * @uses apply_filters() To call the 'bp_activity_excerpt_length' hook.402 * @uses bp_create_excerpt()403 * @uses bp_get_activity_id()404 * @uses bp_get_activity_thread_permalink()405 * @uses apply_filters() To call the 'bp_activity_truncate_entry' hook.406 *407 391 * @param string $text The original activity entry text. 408 392 * @return string $excerpt The truncated text. … … 477 461 * @since 2.0.0 478 462 * 479 * @uses bp_activity_do_heartbeat() to check if heartbeat is required.480 *481 463 * @param array $js_handles The original dependencies. 482 464 * @return array $js_handles The new dependencies. … … 543 525 * 544 526 * @since 2.0.0 545 *546 * @uses bp_activity_get_last_updated() to get the recorded date of the last activity.547 527 * 548 528 * @param array $response Array containing Heartbeat API response.
Note: See TracChangeset
for help on using the changeset viewer.