Changeset 39568 for branches/4.7/src/wp-includes/theme.php
- Timestamp:
- 12/12/2016 01:45:58 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/theme.php
r39479 r39568 1555 1555 1556 1556 if ( $background ) { 1557 $image = " background-image: url(" . wp_json_encode( $background ) . ");";1557 $image = ' background-image: url("' . esc_url_raw( $background ) . '");'; 1558 1558 1559 1559 // Background Position.
Note: See TracChangeset
for help on using the changeset viewer.