Plugin Directory

Changeset 531294


Ignore:
Timestamp:
04/15/2012 05:49:52 AM (14 years ago)
Author:
vancoder
Message:

Fixed typo

Location:
rehabtabs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rehabtabs/tags/1.1/options.php

    r531293 r531294  
    121121
    122122            <h3>Ajax usage</h3>
    123             <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the URL of the page to load.</p>
     123            <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the path of the page to load.</p>
    124124            <pre>
    125 [rehabtab title="Ajax tab" ajax="true"]plugins/rehabtabs/demo[/rehabtab]
     125[rehabtab title="Ajax tab" ajax="true"]my-directory/my-page[/rehabtab]
    126126            </pre>
    127127
  • rehabtabs/trunk/options.php

    r531293 r531294  
    121121
    122122            <h3>Ajax usage</h3>
    123             <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the URL of the page to load.</p>
     123            <p>To load tab contents via ajax, set the shortcode's <em>ajax</em> attribute to <em>true</em>. Then, between the opening and closing tags, enter the path of the page to load.</p>
    124124            <pre>
    125 [rehabtab title="Ajax tab" ajax="true"]plugins/rehabtabs/demo[/rehabtab]
     125[rehabtab title="Ajax tab" ajax="true"]my-directory/my-page[/rehabtab]
    126126            </pre>
    127127
Note: See TracChangeset for help on using the changeset viewer.