s/blog/site/. props ocean90.

git-svn-id: https://develop.svn.wordpress.org/trunk@13755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-03-18 20:50:00 +00:00
parent 21c4e3e30e
commit 61b6e5ae20
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
require_once('admin.php');
if ( ! current_user_can( 'activate_plugins' ) )
wp_die( __( 'You do not have sufficient permissions to manage plugins for this blog.' ) );
wp_die( __( 'You do not have sufficient permissions to manage plugins for this site.' ) );
if ( isset($_POST['clear-recent-list']) )
$action = 'clear-recent-list';