Make WordPress Core


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

Change bookmark to link. Props foolswisdom. fixes #3143

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r5117 r5124  
    12321232                $trans['moderate']['comments'] = array(__('Are you sure you want to moderate comments?'), false);
    12331233
    1234                 $trans['add']['bookmark'] = array(__('Are you sure you want to add this bookmark?'), false);
    1235                 $trans['delete']['bookmark'] = array(__('Are you sure you want to delete this bookmark: "%s"?'), 'use_id');
    1236                 $trans['update']['bookmark'] = array(__('Are you sure you want to edit this bookmark: "%s"?'), 'use_id');
    1237                 $trans['bulk']['bookmarks'] = array(__('Are you sure you want to bulk modify bookmarks?'), false);
     1234                $trans['add']['bookmark'] = array(__('Are you sure you want to add this link'), false);
     1235                $trans['delete']['bookmark'] = array(__('Are you sure you want to delete this link: "%s"?'), 'use_id');
     1236                $trans['update']['bookmark'] = array(__('Are you sure you want to edit this link: "%s"?'), 'use_id');
     1237                $trans['bulk']['bookmarks'] = array(__('Are you sure you want to bulk modify links?'), false);
    12381238
    12391239                $trans['add']['page'] = array(__('Are you sure you want to add this page?'), false);
Note: See TracChangeset for help on using the changeset viewer.