Make WordPress Core

Changeset 28212


Ignore:
Timestamp:
04/25/2014 06:45:26 AM (10 years ago)
Author:
DrewAPicture
Message:

Ensure all duplicate calls of the wp_create_file_in_uploads filter are labeled as such.

See #26869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r27947 r28212  
    11541154        }
    11551155
     1156        /** This filter is documented in wp-admin/custom-header.php */
    11561157        $cropped = apply_filters( 'wp_create_file_in_uploads', $cropped, $attachment_id ); // For replication
    11571158
Note: See TracChangeset for help on using the changeset viewer.