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
This commit is contained in:
parent
7929eca3cc
commit
a2854082d8
@ -10,7 +10,7 @@ require_once ('./admin-header.php');
|
||||
|
||||
if ( ! current_user_can('edit_posts') ) { ?>
|
||||
<div class="wrap">
|
||||
<p><?php printf(__('Since you’re a newcomer, you’ll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br />
|
||||
<p><?php printf(__('Since you’re a newcomer, you’ll have to wait for an admin to add the <code>edit_posts</code> capability to your user, in order to be authorized to post.<br />
|
||||
You can also <a href="mailto:%s?subject=Promotion?">e-mail the admin</a> to ask for a promotion.<br />
|
||||
When you’re promoted, just reload this page and you’ll be able to blog. :)'), get_option('admin_email')); ?>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user