Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/30/2011 02:00:16 PM (15 years ago)
Author:
djpaul
Message:

Replace all mentions of 1.3 with 1.5 in phpDoc and deprecated function notices. Fixes #3416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-template.php

    r4819 r4907  
    5656 * @package BuddyPress
    5757 * @subpackage Blogs Template
    58  * @since 1.3
     58 * @since 1.5
    5959 * @uses bp_get_blogs_directory_permalink()
    6060 */
     
    6767     * @package BuddyPress
    6868     * @subpackage Blogs Template
    69      * @since 1.3
     69     * @since 1.5
    7070     * @uses apply_filters()
    7171     * @uses traisingslashit()
     
    292292         * By default it will return the avatar for the primary blog admin.
    293293         *
    294          * This filter is deprecated as of BuddyPress 1.3 and may be removed in a future version.
     294         * This filter is deprecated as of BuddyPress 1.5 and may be removed in a future version.
    295295         * Use the 'bp_get_blog_avatar' filter instead.
    296296         */
Note: See TracChangeset for help on using the changeset viewer.