Make WordPress Core


Ignore:
Timestamp:
10/17/2010 07:12:34 AM (14 years ago)
Author:
nacin
Message:

Allow disabling of custom header uploads via remove_theme_support. props jorbin, fixes #14837.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r15803 r15828  
    14681468
    14691469    add_theme_support( 'custom-header' );
     1470    add_theme_support( 'custom-header-uploads' );
    14701471
    14711472    if ( ! is_admin() )
Note: See TracChangeset for help on using the changeset viewer.