Some file editor improvements. New: Recently edited and editor sidebar.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt
2004-09-22 06:33:54 +00:00
parent d7364bbf70
commit b903edacea
4 changed files with 95 additions and 47 deletions
-1
View File
@@ -84,7 +84,6 @@ break;
default:
require_once('admin-header.php');
update_option('recently_edited', array(1, 2, 3) );
if ($user_level <= 5) {
die(__('<p>You have do not have sufficient permissions to edit themes for this blog.</p>'));
}