Changeset 32496
- Timestamp:
- 05/12/2015 10:46:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme-compat/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme-compat/header.php
r27716 r32496 21 21 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 22 22 23 <?php if ( file_exists( get_stylesheet_directory() . '/images/kubrickbgwide.jpg' ) ) { ?> 23 24 <style type="text/css" media="screen"> 24 25 … … 33 34 34 35 </style> 36 <?php } ?> 35 37 36 38 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.