Changeset 5138
- Timestamp:
- 03/29/2007 02:24:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5129 r5138 1232 1232 $trans['moderate']['comments'] = array(__('Are you sure you want to moderate comments?'), false); 1233 1233 1234 $trans['add']['bookmark'] = array(__('Are you sure you want to add this link '), false);1234 $trans['add']['bookmark'] = array(__('Are you sure you want to add this link?'), false); 1235 1235 $trans['delete']['bookmark'] = array(__('Are you sure you want to delete this link: "%s"?'), 'use_id'); 1236 1236 $trans['update']['bookmark'] = array(__('Are you sure you want to edit this link: "%s"?'), 'use_id');
Note: See TracChangeset
for help on using the changeset viewer.