Changeset 10108 for trunk/src/bp-core/deprecated/2.2.php
- Timestamp:
- 09/13/2015 02:02:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.2.php
r9819 r10108 20 20 * See #4090, #3746, #2546 for background. 21 21 * 22 * @since BuddyPress (2.0.0)23 * @deprecated BuddyPress (2.2.0)22 * @since 2.0.0 23 * @deprecated 2.2.0 24 24 * 25 25 * @todo Support untrashing better … … 37 37 * Record a new blog post in the BuddyPress activity stream. 38 38 * 39 * @deprecated BuddyPress (2.2.0)39 * @deprecated 2.2.0 40 40 * 41 41 * @param int $post_id ID of the post being recorded. … … 53 53 * Updates a blog post's corresponding activity entry during a post edit. 54 54 * 55 * @since BuddyPress (2.0.0)56 * @deprecated BuddyPress (2.2.0)55 * @since 2.0.0 56 * @deprecated 2.2.0 57 57 * 58 58 * @see bp_blogs_catch_transition_post_status() … … 68 68 * Clear cache when a new blog is created. 69 69 * 70 * @since BuddyPress (1.0.0)71 * @deprecated BuddyPress (2.2.0)70 * @since 1.0.0 71 * @deprecated 2.2.0 72 72 * 73 73 * @param BP_Blogs_Blog $recorded_blog_obj The recorded blog, passed by … … 82 82 * Format 'new_member' activity actions. 83 83 * 84 * @since BuddyPress (2.0.0)85 * @deprecated BuddyPress (2.2.0)84 * @since 2.0.0 85 * @deprecated 2.2.0 86 86 * 87 87 * @param string $action Static activity action. … … 99 99 * Add 'bp' to global group of network wide cachable objects. 100 100 * 101 * @since BuddyPress (1.1)102 * @deprecated BuddyPress (2.2.0)101 * @since 1.1.0 102 * @deprecated 2.2.0 103 103 */ 104 104 function bp_core_add_global_group() { … … 109 109 * Add a piece of message metadata. 110 110 * 111 * @deprecated BuddyPress (2.2.2)111 * @deprecated 2.2.2 112 112 */ 113 113 function bp_message_add_meta( $message_id, $meta_key, $meta_value, $unique = false ) {
Note: See TracChangeset
for help on using the changeset viewer.