Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -14,7 +14,7 @@ if ((empty ($link_cat)) || ($link_cat == 'all') || ($link_cat == '0')) {
|
||||
$link_cat = intval($link_cat);
|
||||
}
|
||||
?><?php echo '<?xml version="1.0"?'.">\n"; ?>
|
||||
<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" -->
|
||||
<?php the_generator( 'comment' ); ?>
|
||||
<opml version="1.0">
|
||||
<head>
|
||||
<title>Links for <?php echo attribute_escape(get_bloginfo('name', 'display').$cat_name); ?></title>
|
||||
|
||||
Reference in New Issue
Block a user