s/blog/site/. props ocean90.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3bdcf36888
commit
cc03c9c11b
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue