From 48c85562b898f3ca495c69a2ee6b379285726f9f Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 4 May 2007 04:18:59 +0000 Subject: [PATCH] Don't reference old-style "levels," as they apparently used to call them back in the day. git-svn-id: http://svn.automattic.com/wordpress/trunk@5384 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/post-new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/post-new.php b/wp-admin/post-new.php index a438f7529..e2c978bbc 100644 --- a/wp-admin/post-new.php +++ b/wp-admin/post-new.php @@ -10,7 +10,7 @@ require_once ('./admin-header.php'); if ( ! current_user_can('edit_posts') ) { ?>
-

+

edit_posts capability to your user, in order to be authorized to post.
You can also e-mail the admin to ask for a promotion.
When you’re promoted, just reload this page and you’ll be able to blog. :)'), get_option('admin_email')); ?>