Changeset 17999 for trunk/wp-admin/custom-header.php
- Timestamp:
- 05/22/2011 11:25:28 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/custom-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r17814 r17999 645 645 'post_content' => $url, 646 646 'post_mime_type' => $type, 647 'guid' => $url); 647 'guid' => $url, 648 'context' => 'custom-header'); 648 649 649 650 // Save the data … … 738 739 'post_content' => $url, 739 740 'post_mime_type' => 'image/jpeg', 740 'guid' => $url 741 'guid' => $url, 742 'context' => 'custom-header' 741 743 ); 742 744
Note: See TracChangeset
for help on using the changeset viewer.