Changeset 6172
- Timestamp:
- 07/09/2012 08:42:55 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-template.php
r6131 r6172 2011 2011 ) ); 2012 2012 2013 $class = ''; 2013 $class = ' activity-item'; 2014 2014 2015 if ( in_array( $activities_template->activity->type, (array) $mini_activity_actions ) || empty( $activities_template->activity->content ) ) 2015 $class = ' mini';2016 $class .= ' mini'; 2016 2017 2017 2018 if ( bp_activity_get_comment_count() && bp_activity_can_comment() ) -
trunk/bp-themes/bp-default/_inc/global.js
r6144 r6172 189 189 if ( target.hasClass('fav') || target.hasClass('unfav') ) { 190 190 var type = target.hasClass('fav') ? 'fav' : 'unfav'; 191 var parent = target.closest('.activity _update');191 var parent = target.closest('.activity-item'); 192 192 var parent_id = parent.attr('id').substr( 9, parent.attr('id').length ); 193 193
Note: See TracChangeset
for help on using the changeset viewer.