]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/custom-header.php
Wordpress 3.1.4
[autoinstalls/wordpress.git] / wp-admin / custom-header.php
index bf5f415793e1482af5b98b38789e15f5d75b8da5..cdd58fa9c71d8db1bbad4d77f1b22b99d4b535a7 100644 (file)
@@ -596,7 +596,8 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
                'post_content' => $url,
                'post_mime_type' => $type,
                'guid' => $url,
-               'context' => 'custom-header');
+               'context' => 'custom-header'
+               );
 
                // Save the data
                $id = wp_insert_attachment($object, $file);