Changeset 375 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 10/09/2008 04:37:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r364 r375 134 134 135 135 function bp_activity_content_filter( $content, $date_recorded, $full_name, $insert_time = true, $is_home = true ) { 136 136 if ( !$content ) 137 return false; 138 137 139 /* Split the content so we don't evaluate and replace text on content we don't want to */ 138 140 $content = explode( '%s', $content );
Note: See TracChangeset
for help on using the changeset viewer.