Make WordPress Core


Ignore:
Timestamp:
05/04/2007 04:18:59 AM (19 years ago)
Author:
rob1n
Message:

Don't reference old-style "levels," as they apparently used to call them back in the day.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post-new.php

    r5325 r5384  
    1111if ( ! current_user_can('edit_posts') ) { ?>
    1212<div class="wrap">
    13 <p><?php printf(__('Since you&#8217;re a newcomer, you&#8217;ll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br />
     13<p><?php printf(__('Since you&#8217;re a newcomer, you&#8217;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 />
    1414You can also <a href="mailto:%s?subject=Promotion?">e-mail the admin</a> to ask for a promotion.<br />
    1515When you&#8217;re promoted, just reload this page and you&#8217;ll be able to blog. :)'), get_option('admin_email')); ?>
Note: See TracChangeset for help on using the changeset viewer.