Ticket #2632: templates.spelling.diff
File templates.spelling.diff, 563 bytes (added by , 19 years ago) |
---|
-
wp-admin/templates.php
39 39 check_admin_referer(); 40 40 41 41 if ( ! current_user_can('edit_files') ) 42 die('<p>'.__('You havedo not have sufficient permissions to edit templates for this blog.').'</p>');42 die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>'); 43 43 44 44 $newcontent = stripslashes($_POST['newcontent']); 45 45 if (is_writeable($real_file)) {