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/edit-link-category-form.php

    r12712 r14313  
    1212
    1313if ( !current_user_can('manage_categories') )
    14     wp_die(__('You do not have sufficient permissions to edit link categories for this blog.'));
     14    wp_die(__('You do not have sufficient permissions to edit link categories for this site.'));
    1515
    1616/**
Note: See TracChangeset for help on using the changeset viewer.