Ticket #11320: header.php.patch
| File header.php.patch, 654 bytes (added by miqrogroove, 3 years ago) |
|---|
-
wp-content/themes/default/header.php
12 12 13 13 <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> 14 14 15 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> 15 16 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 16 17 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 17 18
