Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 02:42:59 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to phpdoc since's and deprecated's for 1.1, 1.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-filters.php

    r5928 r5929  
    161161 * Custom kses filtering for activity content
    162162 *
    163  * @since 1.1.0
     163 * @since BuddyPress (1.1)
    164164 *
    165165 * @param string $content The activity content
     
    197197 * Finds and links @-mentioned users in the contents of activity items
    198198 *
    199  * @since 1.2.0
     199 * @since BuddyPress (1.2)
    200200 *
    201201 * @param string $content The activity content
     
    270270 * Catches links in activity text so rel=nofollow can be added
    271271 *
    272  * @since 1.2.0
     272 * @since BuddyPress (1.2)
    273273 *
    274274 * @param string $text Activity text
     
    283283     * Adds rel=nofollow to a link
    284284     *
    285      * @since 1.2.0
     285     * @since BuddyPress (1.2)
    286286     *
    287287     * @param array $matches
Note: See TracChangeset for help on using the changeset viewer.