Ticket #10643: classic_theme.diff
File classic_theme.diff, 817 bytes (added by , 15 years ago) |
---|
-
functions.php
old new 14 14 'after_title' => '', 15 15 )); 16 16 17 add_theme_support( 'html-title-filter' ); 18 17 19 ?> -
header.php
old new 10 10 <head profile="http://gmpg.org/xfn/11"> 11 11 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 12 12 13 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>13 <title><?php echo apply_filters('html_title', wp_title('«', false, 'right').' '.get_bloginfo('name', 'display')); ?></title> 14 14 15 15 <style type="text/css" media="screen"> 16 16 @import url( <?php bloginfo('stylesheet_url'); ?> );