Changeset 5384 for trunk/wp-admin/post-new.php
- Timestamp:
- 05/04/2007 04:18:59 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/post-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/post-new.php
r5325 r5384 11 11 if ( ! current_user_can('edit_posts') ) { ?> 12 12 <div class="wrap"> 13 <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 />13 <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 /> 14 14 You can also <a href="mailto:%s?subject=Promotion?">e-mail the admin</a> to ask for a promotion.<br /> 15 15 When you’re promoted, just reload this page and you’ll be able to blog. :)'), get_option('admin_email')); ?>
Note: See TracChangeset
for help on using the changeset viewer.