mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 09:29:48 +01:00
Spelling fix from nbachiyski. fixes #2632
git-svn-id: https://develop.svn.wordpress.org/trunk@3687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c08c837e42
commit
63ca6724f0
@ -39,7 +39,7 @@ case 'update':
|
||||
check_admin_referer();
|
||||
|
||||
if ( ! current_user_can('edit_files') )
|
||||
die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
|
||||
die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>');
|
||||
|
||||
$newcontent = stripslashes($_POST['newcontent']);
|
||||
if (is_writeable($real_file)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user