Design elements tweaked and updated. Syntax fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1680281b82
commit
9d91b61ef6
@ -20,7 +20,7 @@ require($abspath.'wp-links/links.weblogs.com.php');
|
|||||||
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
|
||||||
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
|
||||||
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
||||||
<?php comments_popup_script(); // off by default ?>
|
<?php // comments_popup_script(); // off by default ?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user