Changeset 10850
- Timestamp:
- 06/01/2016 04:23:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-filters.php
r10832 r10850 445 445 * shortcodes, so we have strip them from the $text before the comparison. 446 446 */ 447 if ( strlen( $excerpt ) >strlen( strip_shortcodes( $text ) ) ) {447 if ( strlen( $excerpt ) < strlen( strip_shortcodes( $text ) ) ) { 448 448 $id = !empty( $activities_template->activity->current_comment->id ) ? 'acomment-read-more-' . $activities_template->activity->current_comment->id : 'activity-read-more-' . bp_get_activity_id(); 449 449
Note: See TracChangeset
for help on using the changeset viewer.