Ticket #10643: default_theme.diff
File default_theme.diff, 947 bytes (added by , 15 years ago) |
---|
-
functions.php
old new 17 17 )); 18 18 } 19 19 20 add_theme_support( 'html-title-filter' ); 21 20 22 /** @ignore */ 21 23 function kubrick_head() { 22 24 $head = "<style type='text/css'>\n<!--"; -
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 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 16 16 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />