Ticket #7966: 7966.patch
File 7966.patch, 578 bytes (added by , 7 years ago) |
---|
-
bp-core/bp-core-attachments.php
565 565 * @since 2.5.1 566 566 * 567 567 * @param bool $value Whether or not to delete the BuddyPress attachment. 568 `* @param array $args Array of arguments for the attachment deletion.568 * @param array $args Array of arguments for the attachment deletion. 569 569 */ 570 570 if ( ! apply_filters( 'bp_attachments_pre_delete_file', true, $args ) ) { 571 571 return true;