Ticket #21627: theme.diff
File theme.diff, 426 bytes (added by , 12 years ago) |
---|
-
theme.php
1158 1158 } 1159 1159 ?> 1160 1160 <style type="text/css" id="custom-background-css"> 1161 body.custom-background{ <?php echo trim( $style ); ?> }1161 <?php echo apply_filters( 'custom_background_selector', 'body.custom-background' ) ?> { <?php echo trim( $style ); ?> } 1162 1162 </style> 1163 1163 <?php 1164 1164 }