Changeset 8408
- Timestamp:
- 07/23/08 06:56:25 (4 months ago)
- Files:
-
- trunk/wp-content/themes/default/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/themes/default/header.php
r6711 r8408 9 9 <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 10 10 <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> 11 <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> 11 12 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 12 13
