Changeset 933106
- Timestamp:
- 06/16/2014 04:07:08 PM (12 years ago)
- Location:
- smpl-shortcodes/trunk
- Files:
-
- 4 edited
-
includes/admin/generator/shortcodes/smpl_post_grid.js (modified) (2 diffs)
-
includes/shortcodes.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
smpl-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smpl-shortcodes/trunk/includes/admin/generator/shortcodes/smpl_post_grid.js
r864309 r933106 42 42 selectValues:['true', 'false'] 43 43 }, 44 //{45 //label:"Thumbnail Width",46 //id:"width",47 //value:"",48 //help:"Width of thumbnail images."49 //},50 //{51 //label:"Thumbnail Height",52 //id:"height",53 //value:"",54 //help:"Height of thumbnail images."55 //},44 { 45 label:"Thumbnail Width", 46 id:"width", 47 value:"", 48 help:"Width of thumbnail images." 49 }, 50 { 51 label:"Thumbnail Height", 52 id:"height", 53 value:"", 54 help:"Height of thumbnail images." 55 }, 56 56 { 57 57 label:"Show Excerpts", … … 66 66 value:"55", 67 67 help:"Enter the length (integer) of length to trim excerpt." 68 }, 69 { 70 label:"Date", 71 id:"date", 72 help:"Display post date", 73 controlType:"select-control", 74 selectValues:['true', 'false'] 68 75 }, 69 76 { -
smpl-shortcodes/trunk/includes/shortcodes.php
r922127 r933106 835 835 836 836 // post date 837 if ($date == ' false') {838 $result.='<div class "postmeta small"><span class="post_written">'.get_the_date().'</span></div>';837 if ($date == 'true') { 838 $result.='<div class="postmeta small"><span class="post_written">'.get_the_date().'</span></div>'; 839 839 # code... 840 840 } -
smpl-shortcodes/trunk/readme.txt
r922130 r933106 31 31 == Changelog == 32 32 33 = 1.0.14 = 34 * Fixed malformed tag in latest shortcode 35 * added thumb width options to latest shortcode 36 * added date options to latest shortcode 33 37 34 38 = 1.0.13 = -
smpl-shortcodes/trunk/smpl-shortcodes.php
r922128 r933106 3 3 Plugin Name: Simple Shortcodes 4 4 Description: This plugin works in conjuction with the SMPL framework to create shortcodes for many of the framework's internal elements. 5 Version: 1.0.1 35 Version: 1.0.14 6 6 Author: simplethemes 7 7 Author URI: http://www.simplethemes.com
Note: See TracChangeset
for help on using the changeset viewer.