Plugin Directory

Changeset 906884


Ignore:
Timestamp:
05/02/2014 01:59:43 PM (12 years ago)
Author:
markzero
Message:

fix numbering list in readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-on-routes/trunk/readme.txt

    r906878 r906884  
    1818
    1919== Description ==
     20This plugin allows you to:
    2021
    21 This plugin allows you to:
    22221. Add custom routes to your WordPress installation
    23 2. Set method GET/POST/DELETE etc.
    24 3. Set body (as text, or template) or action (using add/do_action). If both are defined, `action` takes precedence over `body`.
    25 4. Set header (e.g. 'Content-Type' => 'text/html; charset=UTF-8')
    26 5. Exclude header (e.g. 'Set-Cookie')
    27 6. Set parameter like '/my/route/:param1/:param2'
    28 7. Add agents or filter by agents, using regular expressions
    29 8. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox")
    30 9. Include header and footer
     231. Set method GET/POST/DELETE etc.
     241. Set body (as text, or template) or action (using add/do_action). If both are defined, `action` takes precedence over `body`.
     251. Set header (e.g. 'Content-Type' => 'text/html; charset=UTF-8')
     261. Exclude header (e.g. 'Set-Cookie')
     271. Set parameter like '/my/route/:param1/:param2'
     281. Add agents or filter by agents, using regular expressions
     291. Agent filter for negative logic (e.g. /^((?!Firefox).)*$/, which tells "every browser except Firefox")
     301. Include header and footer
Note: See TracChangeset for help on using the changeset viewer.