Make WordPress Core


Ignore:
Timestamp:
04/30/2010 01:54:32 AM (14 years ago)
Author:
nacin
Message:

s/blog/site/ in more places. props PeteMall, see #11644.

File:
1 edited

Legend:

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

    r14139 r14313  
    1111
    1212if ( ! current_user_can('manage_links') )
    13     wp_die(__('You do not have sufficient permissions to add links to this blog.'));
     13    wp_die(__('You do not have sufficient permissions to add links to this site.'));
    1414
    1515$title = __('Add New Link');
Note: See TracChangeset for help on using the changeset viewer.