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:
parent
142f9230f0
commit
0253b52ee5
|
@ -553,6 +553,8 @@ class Custom_Image_Header {
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<?php endif;
|
<?php endif;
|
||||||
|
|
||||||
|
do_action( 'custom_header_options' );
|
||||||
|
|
||||||
wp_nonce_field( 'custom-header-options', '_wpnonce-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>
|
<p class="submit"><input type="submit" class="button-primary" name="save-header-options" value="<?php esc_attr_e( 'Save Changes' ); ?>" /></p>
|
||||||
|
|
Loading…
Reference in New Issue