Plugin Directory

Changeset 1806640


Ignore:
Timestamp:
01/21/2018 07:27:44 PM (8 years ago)
Author:
sweigold
Message:

Additional changes to readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-sentry/trunk/readme.txt

    r1806637 r1806640  
    1111== Description ==
    1212
    13 This is a simple plugin to allow for access-restricted posting, allowing bloggers to discuss sensitive subjects
    14 without Google or the world finding the post.
     13This is a simple plugin to allow for access-restricted posting, allowing bloggers to discuss sensitive subjects without Google or the world finding the post.
    1514
    16 After plugin activation, an administration panel is added to your "Users" and "Plugins" tabs, allowing you to create user groups
    17 and manage WP Sentry's other options. The creation of user groups is completely optional, although it does make things a little easier.
     15After plugin activation, an administration panel is added to your "Users" and "Plugins" tabs, allowing you to create user groups and manage WP Sentry's other options. The creation of user groups is completely optional, although it does make things a little easier.
    1816
    19 Also upon activation, a section is added to the post creation and editing screen. This section allows you to specify
    20 which users or groups have access to the post. Setting any access restrictions here forces the post to be listed as
    21 "private" in WordPress, so you don't have to worry about forgetting to hide a sensitive post.
     17Also upon activation, a section is added to the post creation and editing screen. This section allows you to specify which users or groups have access to the post. Setting any access restrictions here forces the post to be listed as "private" in WordPress, so you don't have to worry about forgetting to hide a sensitive post.
    2218
    23 Users may be members of multiple groups. Multiple groups and multiple individual users may be allowed to view each
    24 post. Overlaps are ignored -- if the user is a member of any group that is allowed to view the post, that user will
    25 be able to view it.
     19Users may be members of multiple groups. Multiple groups and multiple individual users may be allowed to view each post. Overlaps are ignored -- if the user is a member of any group that is allowed to view the post, that user will be able to view it.
    2620
    2721
     
    3125
    32261. Upload 'wp-sentry.php' to the '/wp-content/plugins/' directory
    33 1. Activate the plugin through the 'Plugins' menu in WordPress
     272. Activate the plugin through the 'Plugins' menu in WordPress
    3428
    3529To upgrade the plugin manually, follow these steps:
    3630
    37311. Disable the plugin
    38 1. Upload the new version to /wp-content/plugins/
    39 1. Reactivate the plugin
     322. Upload the new version to /wp-content/plugins/
     333. Reactivate the plugin
    4034
    4135== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.