Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/30/2011 02:00:16 PM (14 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-template.php

    r4888 r4907  
    1515 * @package BuddyPress
    1616 * @subpackage Activity Template
    17  * @since BuddyPress 1.3
     17 * @since 1.5
    1818 *
    1919 * @uses bp_get_activity_slug()
     
    2727     * @package BuddyPress
    2828     * @subpackage Activity Template
    29      * @since BuddyPress 1.3
     29     * @since 1.5
    3030     */
    3131    function bp_get_activity_slug() {
     
    3939 * @package BuddyPress
    4040 * @subpackage Activity Template
    41  * @since BuddyPress 1.3
     41 * @since 1.5
    4242 *
    4343 * @uses bp_get_activity_root_slug()
     
    5151     * @package BuddyPress
    5252     * @subpackage Activity Template
    53      * @since BuddyPress 1.3
     53     * @since 1.5
    5454     */
    5555    function bp_get_activity_root_slug() {
     
    6363 * @package BuddyPress
    6464 * @subpackage Activity Template
    65  * @since 1.3
     65 * @since 1.5
    6666 * @uses bp_get_activity_directory_permalink()
    6767 */
     
    7474     * @package BuddyPress
    7575     * @subpackage Activity Template
    76      * @since 1.3
     76     * @since 1.5
    7777     * @uses apply_filters()
    7878     * @uses traisingslashit()
     
    9292 * @package BuddyPress
    9393 * @subpackage Activity Template
    94  * @since 1.3
     94 * @since 1.5
    9595 */
    9696class BP_Activity_Template {
     
    418418 *
    419419 * @package BuddyPress Activity
    420  * @since 1.3
     420 * @since 1.5
    421421 *
    422422 * @global $activities_template The activity data loop object created in bp_has_activities()
     
    909909 * @package BuddyPress
    910910 * @subpackage Activity Template
    911  * @since 1.3
     911 * @since 1.5
    912912 *
    913913 * @return obj $current_comment The activity comment currently being displayed
     
    927927 * @package BuddyPress
    928928 * @subpackage Activity Template
    929  * @since 1.3
     929 * @since 1.5
    930930 */
    931931function bp_activity_comment_id() {
     
    937937     * @package BuddyPress
    938938     * @subpackage Activity Template
    939      * @since 1.3
     939     * @since 1.5
    940940     *
    941941     * @return int $comment_id The id of the activity comment currently being displayed
     
    954954 * @package BuddyPress
    955955 * @subpackage Activity Template
    956  * @since 1.3
     956 * @since 1.5
    957957 */
    958958function bp_activity_comment_user_id() {
     
    964964     * @package BuddyPress
    965965     * @subpackage Activity Template
    966      * @since 1.3
     966     * @since 1.5
    967967     *
    968968     * @return int $user_id The user_id of the author of the displayed activity comment
     
    981981 * @package BuddyPress
    982982 * @subpackage Activity Template
    983  * @since 1.3
     983 * @since 1.5
    984984 */
    985985function bp_activity_comment_user_link() {
     
    991991     * @package BuddyPress
    992992     * @subpackage Activity Template
    993      * @since 1.3
     993     * @since 1.5
    994994     *
    995995     * @return str $user_link The URL of the activity comment author's profile
     
    10061006 * @package BuddyPress
    10071007 * @subpackage Activity Template
    1008  * @since 1.3
     1008 * @since 1.5
    10091009 */
    10101010function bp_activity_comment_name() {
     
    10181018     * @package BuddyPress
    10191019     * @subpackage Activity Template
    1020      * @since 1.3
     1020     * @since 1.5
    10211021     *
    10221022     * @return str $name The full name of the activity comment author
     
    10351035 * @package BuddyPress
    10361036 * @subpackage Activity Template
    1037  * @since 1.3
     1037 * @since 1.5
    10381038 */
    10391039function bp_activity_comment_date_recorded() {
     
    10451045     * @package BuddyPress
    10461046     * @subpackage Activity Template
    1047      * @since 1.3
     1047     * @since 1.5
    10481048     *
    10491049     * @return str $date_recorded Time since the activity was recorded, of the form "%s ago"
     
    10651065 * @package BuddyPress
    10661066 * @subpackage Activity Template
    1067  * @since 1.3
     1067 * @since 1.5
    10681068 */
    10691069function bp_activity_comment_delete_link() {
     
    10751075     * @package BuddyPress
    10761076     * @subpackage Activity Template
    1077      * @since 1.3
     1077     * @since 1.5
    10781078     *
    10791079     * @return str $link The nonced URL for deleting the current activity comment
     
    10921092 * @package BuddyPress
    10931093 * @subpackage Activity Template
    1094  * @since 1.3
     1094 * @since 1.5
    10951095 */
    10961096function bp_activity_comment_content() {
     
    11061106     * @package BuddyPress
    11071107     * @subpackage Activity Template
    1108      * @since 1.3
     1108     * @since 1.5
    11091109     *
    11101110     * @return str $content The content of the current activity comment
     
    15771577 * Template tag so we can hook activity feed to <head>
    15781578 *
    1579  * @since 1.3
     1579 * @since 1.5
    15801580 */
    15811581function bp_activity_sitewide_feed() {
Note: See TracChangeset for help on using the changeset viewer.