Skip to:
Content

BuddyPress.org

Changeset 12248


Ignore:
Timestamp:
10/09/2018 06:30:23 PM (6 years ago)
Author:
boonebgorges
Message:

Remove unnecessary backtick from docblock.

Props harshall.
Fixes #7966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-attachments.php

    r12188 r12248  
    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 ) ) {
Note: See TracChangeset for help on using the changeset viewer.