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