Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 01:06:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to all 1.5 phpdoc since's.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-functions.php

    r5926 r5927  
    4444 * Checks $bp pages global and looks for directory page
    4545 *
    46  * @since 1.5
     46 * @since BuddyPress (1.5)
    4747 *
    4848 * @global BuddyPress $bp The one true BuddyPress instance
     
    416416 *
    417417 * @package BuddyPress
    418  * @since 1.5
     418 * @since BuddyPress (1.5)
    419419 *
    420420 * @param int $user_id Defaults to displayed user, then to logged-in user
     
    667667 *
    668668 * @package BuddyPress
    669  * @since 1.5
     669 * @since BuddyPress (1.5)
    670670 *
    671671 * @return int
     
    682682 *
    683683 * @package BuddyPress
    684  * @since 1.5
     684 * @since BuddyPress (1.5)
    685685 *
    686686 * @return bool True if stickies should be displayed at the top of the global directory, false
     
    715715 * @see bp_embed_forum_save_cache()
    716716 * @package BuddyPress_Forums
    717  * @since 1.5
     717 * @since BuddyPress (1.5)
    718718 */
    719719function bp_forums_embed() {
     
    729729 *
    730730 * @package BuddyPress_Forums
    731  * @since 1.5
     731 * @since BuddyPress (1.5)
    732732 */
    733733function bp_embed_forum_cache( $cache, $id, $cachekey ) {
     
    740740 *
    741741 * @package BuddyPress_Forums
    742  * @since 1.5
     742 * @since BuddyPress (1.5)
    743743 */
    744744function bp_embed_forum_save_cache( $cache, $cachekey, $id ) {
Note: See TracChangeset for help on using the changeset viewer.