Ticket #12641: twentyten.diff
| File twentyten.diff, 1.0 KB (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/footer.php
20 20 21 21 <?php wp_footer(); ?> 22 22 23 <?php if ( is_singular() ) wp_print_scripts( 'comment-reply' ); ?> 24 23 25 </body> 24 26 </html> -
wp-content/themes/twentyten/header.php
20 20 <link rel="profile" href="http://gmpg.org/xfn/11" /> 21 21 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> 22 22 <link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo( 'stylesheet_directory' ); ?>/print.css" /> 23 <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>24 23 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 25 24 <?php wp_head(); ?> 26 25 </head>