From a2854082d815e85b029e5e991cbd87ee125a758c 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: https://develop.svn.wordpress.org/trunk@5384 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a438f7529d..e2c978bbc9 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')); ?>