Make WordPress Core


Ignore:
Timestamp:
11/09/2012 05:47:02 AM (13 years ago)
Author:
koopersmith
Message:

Customizer: Restrict image control uploaders to only allow image file types. see #22149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r22480 r22492  
    314314        'close'     => __( 'Close' ),
    315315        'cheatin'   => __( 'Cheatin’ uh?' ),
     316
     317        // Used for overriding the file types allowed in plupload.
     318        'allowedFiles' => __( 'Allowed Files' ),
    316319    ) );
    317320
Note: See TracChangeset for help on using the changeset viewer.