Make WordPress Core


Ignore:
Timestamp:
11/20/2006 02:17:07 AM (19 years ago)
Author:
ryan
Message:

Standardize on Links instead of Bookmarks until we change our minds again.

File:
1 edited

Legend:

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

    r4495 r4499  
    9797        $parent_file = 'link-manager.php';
    9898        $submenu_file = 'link-manager.php';
    99         $title = __('Edit Bookmark');
     99        $title = __('Edit Link');
    100100        include_once ('admin-header.php');
    101101        if (!current_user_can('manage_links'))
    102             wp_die(__('You do not have sufficient permissions to edit the bookmarks for this blog.'));
     102            wp_die(__('You do not have sufficient permissions to edit the links for this blog.'));
    103103
    104104        $link_id = (int) $_GET['link_id'];
Note: See TracChangeset for help on using the changeset viewer.