Fix Write a post link in Dashboard. fixes #2503

git-svn-id: http://svn.automattic.com/wordpress/trunk@3568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-02-23 20:09:50 +00:00
parent 83728df100
commit c8f803dfbd
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ if (0 < $numcats) $numcats = number_format($numcats);
<p><?php _e('Use these links to get started:'); ?></p>
<ul>
<li><a href="post.php"><?php _e('Write a post'); ?></a></li>
<li><a href="post-new.php"><?php _e('Write a post'); ?></a></li>
<li><a href="profile.php"><?php _e('Update your profile or change your password'); ?></a></li>
<li><a href="link-add.php"><?php _e('Add a link to your blogroll'); ?></a></li>
<li><a href="themes.php"><?php _e('Change your site&#8217;s look or theme'); ?></a></li>