Changeset 43571 for trunk/src/wp-includes/theme-compat/header.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/header.php
r42343 r43571 30 30 <style type="text/css" media="screen"> 31 31 32 <?php33 // Checks to see whether it needs a sidebar34 if ( empty( $withcomments ) && ! is_single() ) {35 ?>32 <?php 33 // Checks to see whether it needs a sidebar 34 if ( empty( $withcomments ) && ! is_single() ) { 35 ?> 36 36 #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbg-<?php bloginfo( 'text_direction' ); ?>.jpg") repeat-y top; border: none; } 37 37 <?php } else { // No sidebar ?>
Note: See TracChangeset
for help on using the changeset viewer.