Plugin Directory

Changeset 367697


Ignore:
Timestamp:
03/31/2011 09:32:40 PM (15 years ago)
Author:
bigsmoke
Message:

wpautop-control plugin readme.txt: moved Usage instructions to FAQ, which will look better on wordpress.org.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpautop-control/trunk/readme.txt

    r367685 r367697  
    19191. Activate the plugin through the 'Plugins' menu in WordPress
    2020
    21 == Usage ==
     21== Frequently Asked Questions ==
     22
     23= How do I turn off automatic formatting for a post? =
    2224
    2325Add a custom field called `wpautop` to any post. When set to `false`, `no` or `off`, WordPress will no longer attempt to add `<p>` and `<br>` tags to your posts (so you'll be responsible for adding these yourself).
     26
     27= How do I turn on automatic formatting for a post? =
    2428
    2529You can set the field's value to `true`, `yes` or `on` if you do want WordPress to use its `wpautop` filter to add `<p>` and `<br>` tags for you. (Of course, this only makes sense if you've globally disabled `wpautop` in the included option screen.)
Note: See TracChangeset for help on using the changeset viewer.