Changeset 991936
- Timestamp:
- 09/17/2014 02:30:31 PM (12 years ago)
- Location:
- font-awesome-shortcodes/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
includes/help/README.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
font-awesome-shortcodes/trunk/README.md
r991928 r991936 55 55 ### Icon Lists 56 56 When using `list_item="true"` for icons, be sure to wrap the list in `[fa-ul]` and `[/fa-ul]`. 57 57 58 [fa-ul] 58 Standard HTML or WordPress list goes here.59 [/fa-ul]59 Standard HTML or WordPress list goes here. 60 [/fa-ul] 60 61 61 62 Parameter | Description | Required | Values | Default -
font-awesome-shortcodes/trunk/includes/help/README.html
r991928 r991936 140 140 <hr> 141 141 <h3 id="icon-lists">Icon Lists</h3> 142 <p>When using <code>list_item="true"</code> for icons, be sure to wrap the list in <code>[fa-ul]</code> and <code>[/fa-ul]</code>. 143 [fa-ul]144 Standard HTML or WordPress list goes here.145 [/fa-ul]</p>142 <p>When using <code>list_item="true"</code> for icons, be sure to wrap the list in <code>[fa-ul]</code> and <code>[/fa-ul]</code>.</p> 143 <pre><code>[fa-ul] 144 Standard HTML or WordPress list goes here. 145 [/fa-ul]</code></pre> 146 146 <table> 147 147 <thead>
Note: See TracChangeset
for help on using the changeset viewer.