Changeset 18023 for branches/3.1/wp-admin/custom-background.php
- Timestamp:
- 05/24/2011 03:57:28 PM (14 years ago)
- Location:
- branches/3.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1
-
branches/3.1/wp-admin/custom-background.php
r16660 r18023 338 338 'post_content' => $url, 339 339 'post_mime_type' => $type, 340 'guid' => $url 340 'guid' => $url, 341 'context' => 'custom-background' 341 342 ); 342 343
Note: See TracChangeset
for help on using the changeset viewer.