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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-10-14 14:02:06 +00:00
parent 142f9230f0
commit 0253b52ee5
1 changed files with 2 additions and 0 deletions

View File

@ -553,6 +553,8 @@ class Custom_Image_Header {
</tbody>
</table>
<?php endif;
do_action( 'custom_header_options' );
wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
<p class="submit"><input type="submit" class="button-primary" name="save-header-options" value="<?php esc_attr_e( 'Save Changes' ); ?>" /></p>