Changeset 18886 for trunk/wp-includes/theme.php
- Timestamp:
- 10/05/2011 05:20:43 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r18821 r18886 1794 1794 ?> 1795 1795 <style type="text/css"> 1796 body { <?php echo trim( $style ); ?> }1796 body.custom-background { <?php echo trim( $style ); ?> } 1797 1797 </style> 1798 1798 <?php
Note: See TracChangeset
for help on using the changeset viewer.