Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.2.php

    r9819 r10108  
    2020 * See #4090, #3746, #2546 for background.
    2121 *
    22  * @since BuddyPress (2.0.0)
    23  * @deprecated BuddyPress (2.2.0)
     22 * @since 2.0.0
     23 * @deprecated 2.2.0
    2424 *
    2525 * @todo Support untrashing better
     
    3737 * Record a new blog post in the BuddyPress activity stream.
    3838 *
    39  * @deprecated BuddyPress (2.2.0)
     39 * @deprecated 2.2.0
    4040 *
    4141 * @param int $post_id ID of the post being recorded.
     
    5353 * Updates a blog post's corresponding activity entry during a post edit.
    5454 *
    55  * @since BuddyPress (2.0.0)
    56  * @deprecated BuddyPress (2.2.0)
     55 * @since 2.0.0
     56 * @deprecated 2.2.0
    5757 *
    5858 * @see bp_blogs_catch_transition_post_status()
     
    6868 * Clear cache when a new blog is created.
    6969 *
    70  * @since BuddyPress (1.0.0)
    71  * @deprecated BuddyPress (2.2.0)
     70 * @since 1.0.0
     71 * @deprecated 2.2.0
    7272 *
    7373 * @param BP_Blogs_Blog $recorded_blog_obj The recorded blog, passed by
     
    8282 * Format 'new_member' activity actions.
    8383 *
    84  * @since BuddyPress (2.0.0)
    85  * @deprecated BuddyPress (2.2.0)
     84 * @since 2.0.0
     85 * @deprecated 2.2.0
    8686 *
    8787 * @param string $action Static activity action.
     
    9999 * Add 'bp' to global group of network wide cachable objects.
    100100 *
    101  * @since BuddyPress (1.1)
    102  * @deprecated BuddyPress (2.2.0)
     101 * @since 1.1.0
     102 * @deprecated 2.2.0
    103103 */
    104104function bp_core_add_global_group() {
     
    109109 * Add a piece of message metadata.
    110110 *
    111  * @deprecated BuddyPress (2.2.2)
     111 * @deprecated 2.2.2
    112112 */
    113113function bp_message_add_meta( $message_id, $meta_key, $meta_value, $unique = false ) {
Note: See TracChangeset for help on using the changeset viewer.