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

    r5891 r5927  
    1414 * Output the activity component slug
    1515 *
    16  * @since 1.5.0
     16 * @since BuddyPress (1.5).0
    1717 *
    1818 * @uses bp_get_activity_slug()
     
    2424     * Return the activity component slug
    2525     *
    26      * @since 1.5.0
     26     * @since BuddyPress (1.5).0
    2727     *
    2828     * @global object $bp BuddyPress global settings
     
    3737 * Output the activity component root slug
    3838 *
    39  * @since 1.5.0
     39 * @since BuddyPress (1.5).0
    4040 *
    4141 * @uses bp_get_activity_root_slug()
     
    4747     * Return the activity component root slug
    4848     *
    49      * @since 1.5.0
     49     * @since BuddyPress (1.5).0
    5050     *
    5151     * @global object $bp BuddyPress global settings
     
    6060 * Output member directory permalink
    6161 *
    62  * @since 1.5.0
     62 * @since BuddyPress (1.5).0
    6363 *
    6464 * @uses bp_get_activity_directory_permalink()
     
    7070     * Return member directory permalink
    7171     *
    72      * @since 1.5.0
     72     * @since BuddyPress (1.5).0
    7373     *
    7474     * @uses traisingslashit()
     
    488488 * Returns true when there are more activity items to be shown than currently appear
    489489 *
    490  * @since 1.5.0
     490 * @since BuddyPress (1.5).0
    491491 *
    492492 * @global object $activities_template {@link BP_Activity_Template}
     
    14141414 * Utility function that returns the comment currently being recursed
    14151415 *
    1416  * @since 1.5.0
     1416 * @since BuddyPress (1.5).0
    14171417 *
    14181418 * @global object $activities_template {@link BP_Activity_Template}
     
    14331433 * Echoes the id of the activity comment currently being displayed
    14341434 *
    1435  * @since 1.5.0
     1435 * @since BuddyPress (1.5).0
    14361436 *
    14371437 * @uses bp_get_activity_comment_id()
     
    14441444     * Gets the id of the activity comment currently being displayed
    14451445     *
    1446      * @since 1.5.0
     1446     * @since BuddyPress (1.5).0
    14471447     *
    14481448     * @global object $activities_template {@link BP_Activity_Template}
     
    14621462 * Echoes the user_id of the author of the activity comment currently being displayed
    14631463 *
    1464  * @since 1.5.0
     1464 * @since BuddyPress (1.5).0
    14651465 *
    14661466 * @uses bp_get_activity_comment_user_id()
     
    14731473     * Gets the user_id of the author of the activity comment currently being displayed
    14741474     *
    1475      * @since 1.5.0
     1475     * @since BuddyPress (1.5).0
    14761476     *
    14771477     * @global object $activities_template {@link BP_Activity_Template}
     
    14911491 * Echoes the author link for the activity comment currently being displayed
    14921492 *
    1493  * @since 1.5.0
     1493 * @since BuddyPress (1.5).0
    14941494 *
    14951495 * @uses bp_get_activity_comment_user_link()
     
    15021502     * Gets the author link for the activity comment currently being displayed
    15031503     *
    1504      * @since 1.5.0
     1504     * @since BuddyPress (1.5).0
    15051505     *
    15061506     * @uses bp_core_get_user_domain()
     
    15191519 * Echoes the author name for the activity comment currently being displayed
    15201520 *
    1521  * @since 1.5.0
     1521 * @since BuddyPress (1.5).0
    15221522 *
    15231523 * @uses bp_get_activity_comment_name()
     
    15321532     * The use of the bp_acomment_name filter is deprecated. Please use bp_activity_comment_name
    15331533     *
    1534      * @since 1.5.0
     1534     * @since BuddyPress (1.5).0
    15351535     *
    15361536     * @global object $activities_template {@link BP_Activity_Template}
     
    15541554 * Echoes the date_recorded of the activity comment currently being displayed
    15551555 *
    1556  * @since 1.5.0
     1556 * @since BuddyPress (1.5).0
    15571557 *
    15581558 * @uses bp_get_activity_comment_date_recorded()
     
    15651565     * Gets the date_recorded for the activity comment currently being displayed
    15661566     *
    1567      * @since 1.5.0
     1567     * @since BuddyPress (1.5).0
    15681568     *
    15691569     * @global object $activities_template {@link BP_Activity_Template}
     
    15871587 * Echoes the 'delete' URL for the activity comment currently being displayed
    15881588 *
    1589  * @since 1.5.0
     1589 * @since BuddyPress (1.5).0
    15901590 *
    15911591 * @uses bp_get_activity_comment_delete_link()
     
    15981598     * Gets the 'delete' URL for the activity comment currently being displayed
    15991599     *
    1600      * @since 1.5.0
     1600     * @since BuddyPress (1.5).0
    16011601     *
    16021602     * @uses wp_nonce_url()
     
    16171617 * Echoes the content of the activity comment currently being displayed
    16181618 *
    1619  * @since 1.5.0
     1619 * @since BuddyPress (1.5).0
    16201620 *
    16211621 * @uses bp_get_activity_comment_content()
     
    16321632     * content of activity comments only.
    16331633     *
    1634      * @since 1.5.0
     1634     * @since BuddyPress (1.5).0
    16351635     *
    16361636     * @global object $activities_template {@link BP_Activity_Template}
     
    21712171 * Determine if a comment can be made on an activity reply item
    21722172 *
    2173  * @since 1.5.0
     2173 * @since BuddyPress (1.5).0
    21742174 *
    21752175 * @param object $comment Activity comment
     
    21882188 * Determine if an favorites are allowed
    21892189 *
    2190  * @since 1.5.0
     2190 * @since BuddyPress (1.5).0
    21912191 *
    21922192 * @uses apply_filters() To call the 'bp_activity_can_favorite' hook
     
    26602660 * Template tag so we can hook activity feed to <head>
    26612661 *
    2662  * @since 1.5.0
     2662 * @since BuddyPress (1.5).0
    26632663 *
    26642664 * @uses bloginfo()
Note: See TracChangeset for help on using the changeset viewer.