Make WordPress Core


Ignore:
Timestamp:
04/30/2010 01:54:32 AM (15 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-manager.php

    r14139 r14313  
    1616
    1717    if ( ! current_user_can('manage_links') )
    18         wp_die( __('You do not have sufficient permissions to edit the links for this blog.') );
     18        wp_die( __('You do not have sufficient permissions to edit the links for this site.') );
    1919
    2020    if ( 'delete' == $doaction ) {
     
    4747
    4848if ( ! current_user_can('manage_links') )
    49     wp_die(__("You do not have sufficient permissions to edit the links for this blog."));
     49    wp_die(__("You do not have sufficient permissions to edit the links for this site."));
    5050
    5151switch ($order_by) {
Note: See TracChangeset for help on using the changeset viewer.