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-activity/bp-activity-functions.php

    r4819 r4907  
    1515 * Checks $bp pages global and looks for directory page
    1616 *
    17  * @since 1.3
     17 * @since 1.5
    1818 *
    1919 * @global object $bp Global BuddyPress settings object
     
    3030 *
    3131 * @package BuddyPress Activity
    32  * @since 1.3
     32 * @since 1.5
    3333 *
    3434 * @param str $content The content of the activity, usually found in $activity->content
     
    5050 *
    5151 * @package BuddyPress Activity
    52  * @since 1.3
     52 * @since 1.5
    5353 *
    5454 * @param int $user_id The id of the user whose unread mentions are being reset
     
    6363 *
    6464 * @package BuddyPress Activity
    65  * @since 1.3
     65 * @since 1.5
    6666 *
    6767 * @param int $activity_id The unique id for the activity item
     
    10021002 * @see bp_embed_activity_save_cache()
    10031003 * @package BuddyPress Activity
    1004  * @since 1.3
     1004 * @since 1.5
    10051005 */
    10061006function bp_activity_embed() {
     
    10161016 *
    10171017 * @package BuddyPress Activity
    1018  * @since 1.3
     1018 * @since 1.5
    10191019 */
    10201020function bp_embed_activity_cache( $cache, $id, $cachekey ) {
     
    10271027 *
    10281028 * @package BuddyPress Activity
    1029  * @since 1.3
     1029 * @since 1.5
    10301030 */
    10311031function bp_embed_activity_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset for help on using the changeset viewer.