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

    r4821 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
     
    497497 *
    498498 * @package BuddyPress
    499  * @since 1.3
     499 * @since 1.5
    500500 *
    501501 * @return int
     
    512512 *
    513513 * @package BuddyPress
    514  * @since 1.3
     514 * @since 1.5
    515515 *
    516516 * @return bool True if stickies should be displayed at the top of the global directory, false
     
    545545 * @see bp_embed_forum_save_cache()
    546546 * @package BuddyPress_Forums
    547  * @since 1.3
     547 * @since 1.5
    548548 */
    549549function bp_forums_embed() {
     
    559559 *
    560560 * @package BuddyPress_Forums
    561  * @since 1.3
     561 * @since 1.5
    562562 */
    563563function bp_embed_forum_cache( $cache, $id, $cachekey ) {
     
    570570 *
    571571 * @package BuddyPress_Forums
    572  * @since 1.3
     572 * @since 1.5
    573573 */
    574574function bp_embed_forum_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset for help on using the changeset viewer.