Make WordPress Core


Ignore:
Timestamp:
02/23/2006 08:09:50 PM (19 years ago)
Author:
ryan
Message:

Fix Write a post link in Dashboard. fixes #2503

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r3541 r3568  
    119119
    120120<ul>
    121 <li><a href="post.php"><?php _e('Write a post'); ?></a></li>
     121<li><a href="post-new.php"><?php _e('Write a post'); ?></a></li>
    122122<li><a href="profile.php"><?php _e('Update your profile or change your password'); ?></a></li>
    123123<li><a href="link-add.php"><?php _e('Add a link to your blogroll'); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.