Make WordPress Core


Ignore:
Timestamp:
03/27/2007 11:54:48 PM (18 years ago)
Author:
ryan
Message:

Change bookmark to link. Props foolswisdom. fixes #3143

File:
1 edited

Legend:

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

    r5015 r5124  
    123123    <li><a href="profile.php"><?php _e('Update your profile or change your password'); ?></a></li>
    124124<?php if ( current_user_can('manage_links') ) : ?>
    125     <li><a href="link-add.php"><?php _e('Add a bookmark to your blogroll'); ?></a></li>
     125    <li><a href="link-add.php"><?php _e('Add a link to your blogroll'); ?></a></li>
    126126<?php endif; ?>
    127127<?php if ( current_user_can('switch_themes') ) : ?>
Note: See TracChangeset for help on using the changeset viewer.