Changeset 785988
- Timestamp:
- 10/10/2013 03:58:22 PM (12 years ago)
- Location:
- bootstrap-shortcodes/trunk
- Files:
-
- 2 edited
-
bootstrap-shortcodes.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bootstrap-shortcodes/trunk/bootstrap-shortcodes.php
r784423 r785988 4 4 Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes 5 5 Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme. 6 Version: 1.4. 26 Version: 1.4.3 7 7 Author: Kevin Attfield 8 8 Author URI: https://github.com/Sinetheta … … 141 141 <td> 142 142 143 <? foreach ($this->shortcodes as &$shortcode): ?>143 <?php foreach ($this->shortcodes as &$shortcode): ?> 144 144 <label> 145 145 <input -
bootstrap-shortcodes/trunk/readme.txt
r784413 r785988 4 4 Requires at least: 3.0 5 5 Tested up to: 3.6 6 Stable tag: 1.4. 26 Stable tag: 1.4.3 7 7 License: GNU General Public License v2.0 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.