diff --git a/src/wp-includes/theme-compat/footer.php b/src/wp-includes/theme-compat/footer.php index 2a719e18f00b0..f95852462df74 100644 --- a/src/wp-includes/theme-compat/footer.php +++ b/src/wp-includes/theme-compat/footer.php @@ -16,25 +16,7 @@ ); ?> -
- - - - - - - + diff --git a/src/wp-includes/theme-compat/header.php b/src/wp-includes/theme-compat/header.php index cbd84eb20e798..ca3481b7fe6b2 100644 --- a/src/wp-includes/theme-compat/header.php +++ b/src/wp-includes/theme-compat/header.php @@ -18,44 +18,34 @@ > - - - -<?php echo wp_get_document_title(); ?> - - - - - - + - #page { background: url("/images/kubrickbg-.jpg") repeat-y top; border: none; } - - #page { background: url("/images/kubrickbgwide.jpg") repeat-y top; border: none; } - - - - - - - - + if ( is_singular() && pings_open() ) { + echo '' . "\n"; + } + if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { + wp_enqueue_script( 'comment-reply' ); + } + ?> + + > +
-