- Timestamp:
- 08/13/2022 12:16:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-attachment-cover-image.php
r12602 r13315 196 196 // Get default script data. 197 197 $script_data = parent::script_data(); 198 199 // Adds the list of supported image types. 200 $script_data['mime_types'] = implode( ',', bp_attachments_get_allowed_types( 'cover_image' ) ); 198 201 199 202 if ( bp_is_user() ) {
Note: See TracChangeset
for help on using the changeset viewer.