economysizegeek / postie

A plugin for WordPress that makes mobloging and blogging by email much much better

This URL has Read+Write access

postie / postie_read_me.php
100644 12 lines (10 sloc) 0.349 kb
1
2
3
4
5
6
7
8
9
10
11
12
<div class="wrap">
<h1>Postie</h1>
<?php if (!current_user_can("config_postie")) :?>
        <h2>WARNING! - You must be logged in as "admin" to configure Postie.</h2>
 
    <?php endif;?>
<p>I'm working on some more detailed instructions, but for now this will have to do.</p>
<pre>
<?php include("README");?>
</pre>
</div>