Changeset 4907 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 07/30/2011 02:00:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-functions.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4819 r4907 15 15 * Checks $bp pages global and looks for directory page 16 16 * 17 * @since 1. 317 * @since 1.5 18 18 * 19 19 * @global object $bp Global BuddyPress settings object … … 30 30 * 31 31 * @package BuddyPress Activity 32 * @since 1. 332 * @since 1.5 33 33 * 34 34 * @param str $content The content of the activity, usually found in $activity->content … … 50 50 * 51 51 * @package BuddyPress Activity 52 * @since 1. 352 * @since 1.5 53 53 * 54 54 * @param int $user_id The id of the user whose unread mentions are being reset … … 63 63 * 64 64 * @package BuddyPress Activity 65 * @since 1. 365 * @since 1.5 66 66 * 67 67 * @param int $activity_id The unique id for the activity item … … 1002 1002 * @see bp_embed_activity_save_cache() 1003 1003 * @package BuddyPress Activity 1004 * @since 1. 31004 * @since 1.5 1005 1005 */ 1006 1006 function bp_activity_embed() { … … 1016 1016 * 1017 1017 * @package BuddyPress Activity 1018 * @since 1. 31018 * @since 1.5 1019 1019 */ 1020 1020 function bp_embed_activity_cache( $cache, $id, $cachekey ) { … … 1027 1027 * 1028 1028 * @package BuddyPress Activity 1029 * @since 1. 31029 * @since 1.5 1030 1030 */ 1031 1031 function bp_embed_activity_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset
for help on using the changeset viewer.