Changeset 367697
- Timestamp:
- 03/31/2011 09:32:40 PM (15 years ago)
- File:
-
- 1 edited
-
wpautop-control/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpautop-control/trunk/readme.txt
r367685 r367697 19 19 1. Activate the plugin through the 'Plugins' menu in WordPress 20 20 21 == Usage == 21 == Frequently Asked Questions == 22 23 = How do I turn off automatic formatting for a post? = 22 24 23 25 Add 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? = 24 28 25 29 You 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.