Changeset 20243 for trunk/wp-admin/custom-header.php
- Timestamp:
- 03/21/2012 08:55:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r20241 r20243 209 209 } 210 210 211 if ( ! isset( $_POST['display-header-text'] ) ) {211 if ( isset( $_POST['text-color'] ) && ! isset( $_POST['display-header-text'] ) ) { 212 212 check_admin_referer( 'custom-header-options', '_wpnonce-custom-header-options' ); 213 213 set_theme_mod( 'header_textcolor', 'blank' );
Note: See TracChangeset
for help on using the changeset viewer.