Make WordPress Core


Ignore:
Timestamp:
10/14/2010 02:02:06 PM (14 years ago)
Author:
scribu
Message:

Add hook in custom header admin page. Props blepoxp. Fixes #15119

File:
1 edited

Legend:

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

    r15248 r15805  
    554554</table>
    555555    <?php endif;
     556   
     557do_action( 'custom_header_options' );
    556558
    557559wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
Note: See TracChangeset for help on using the changeset viewer.