Changes from branches/3.1/wp-admin/custom-background.php at r18023 to trunk/wp-admin/custom-background.php at r16660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r18023 r16660 338 338 'post_content' => $url, 339 339 'post_mime_type' => $type, 340 'guid' => $url, 341 'context' => 'custom-background' 340 'guid' => $url 342 341 ); 343 342
Note: See TracChangeset
for help on using the changeset viewer.