Changeset 12572 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 03/15/2020 10:25:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r12558 r12572 1149 1149 * 1150 1150 * @since 2.4.0 1151 * @since 6.0.0 Renamed the filter coherently. 1151 1152 * 1152 1153 * @param int $group_id Group ID to check cover image existence for. … … 1163 1164 ) ); 1164 1165 1165 return (bool) apply_filters( 'bp_attachments_get_ user_has_cover_image', $cover_src, $group_id );1166 return (bool) apply_filters( 'bp_attachments_get_group_has_cover_image', $cover_src, $group_id ); 1166 1167 } 1167 1168
Note: See TracChangeset
for help on using the changeset viewer.