Changeset 5929 for trunk/bp-activity/bp-activity-filters.php
- Timestamp:
- 03/16/2012 02:42:59 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-filters.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-filters.php
r5928 r5929 161 161 * Custom kses filtering for activity content 162 162 * 163 * @since 1.1.0163 * @since BuddyPress (1.1) 164 164 * 165 165 * @param string $content The activity content … … 197 197 * Finds and links @-mentioned users in the contents of activity items 198 198 * 199 * @since 1.2.0199 * @since BuddyPress (1.2) 200 200 * 201 201 * @param string $content The activity content … … 270 270 * Catches links in activity text so rel=nofollow can be added 271 271 * 272 * @since 1.2.0272 * @since BuddyPress (1.2) 273 273 * 274 274 * @param string $text Activity text … … 283 283 * Adds rel=nofollow to a link 284 284 * 285 * @since 1.2.0285 * @since BuddyPress (1.2) 286 286 * 287 287 * @param array $matches
Note: See TracChangeset
for help on using the changeset viewer.