Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 06:03:18 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Blogs component.

See #6576

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/classes/class-bp-blogs-blog.php

    r10011 r10100  
    1616 * network and a specific user on that blog.
    1717 *
    18  * @since BuddyPress (1.0.0)
     18 * @since 1.0.0
    1919 */
    2020class BP_Blogs_Blog {
     
    6565         * Please use this hook to filter the properties above. Each part will be passed in.
    6666         *
    67          * @since BuddyPress (1.0.0)
     67         * @since 1.0.0
    6868         *
    6969         * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference.
     
    9797         * Please use this hook to filter the properties above. Each part will be passed in.
    9898         *
    99          * @since BuddyPress (1.0.0)
     99         * @since 1.0.0
    100100         *
    101101         * @param BP_Blogs_Blog $this Current instance of the blog item being saved. Passed by reference.
     
    243243
    244244        bp_blogs_delete_blogmeta( $blog_id );
    245        
     245
    246246        $bp = buddypress();
    247247
Note: See TracChangeset for help on using the changeset viewer.