Skip to:
Content

BuddyPress.org

Ticket #7966: 7966.patch

File 7966.patch, 578 bytes (added by harshall, 7 years ago)
  • bp-core/bp-core-attachments.php

     
    565565         * @since 2.5.1
    566566         *
    567567         * @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.
    569569         */
    570570        if ( ! apply_filters( 'bp_attachments_pre_delete_file', true, $args ) ) {
    571571                return true;