Fix for site-admin / register link - http://mosquito.wordpress.org/view.php?id=603
git-svn-id: http://svn.automattic.com/wordpress/trunk@2142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</li>
|
||||
<li id="meta"><?php _e('Meta:'); ?>
|
||||
<ul>
|
||||
<li><?php wp_register(); ?></li>
|
||||
<?php wp_register(); ?>
|
||||
<li><?php wp_loginout(); ?></li>
|
||||
<li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
|
||||
<li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<li><h2><?php _e('Meta'); ?></h2>
|
||||
<ul>
|
||||
<li><?php wp_register(); ?></li>
|
||||
<?php wp_register(); ?>
|
||||
<li><?php wp_loginout(); ?></li>
|
||||
<li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>
|
||||
<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
|
||||
|
||||
Reference in New Issue
Block a user