diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 485d6e863a..bfa15a046e 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -749,7 +749,6 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?> $attachment_id = $data['attachment_id']; $file = $data['file']; $url = $data['url']; - $type = $data['type']; } if ( file_exists( $file ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 81b2dace2a..8cd37c3baa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30135'; +$wp_version = '4.1-alpha-30136'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.