Changes from branches/3.1/wp-admin/custom-header.php at r18023 to trunk/wp-admin/custom-header.php at r16061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r18023 r16061 596 596 'post_content' => $url, 597 597 'post_mime_type' => $type, 598 'guid' => $url, 599 'context' => 'custom-header'); 598 'guid' => $url); 600 599 601 600 // Save the data … … 689 688 'post_content' => $url, 690 689 'post_mime_type' => 'image/jpeg', 691 'guid' => $url, 692 'context' => 'custom-header' 690 'guid' => $url 693 691 ); 694 692
Note: See TracChangeset
for help on using the changeset viewer.