wp/wp-includes/theme-compat/header.php
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    41 </style>
    41 </style>
    42 <?php } ?>
    42 <?php } ?>
    43 
    43 
    44 <?php
    44 <?php
    45 if ( is_singular() ) {
    45 if ( is_singular() ) {
    46 	wp_enqueue_script( 'comment-reply' );}
    46 	wp_enqueue_script( 'comment-reply' );
       
    47 }
    47 ?>
    48 ?>
    48 
    49 
    49 <?php wp_head(); ?>
    50 <?php wp_head(); ?>
    50 </head>
    51 </head>
    51 <body <?php body_class(); ?>>
    52 <body <?php body_class(); ?>>