Changeset 21629
- Timestamp:
- 08/27/2012 08:25:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r21131 r21629 1126 1126 function _custom_background_cb() { 1127 1127 // $background is the saved custom image, or the default image. 1128 $background = get_background_image();1128 $background = set_url_scheme( get_background_image() ); 1129 1129 1130 1130 // $color is the saved custom color.
Note: See TracChangeset
for help on using the changeset viewer.