Changeset 1161717
- Timestamp:
- 05/16/2015 08:59:00 AM (11 years ago)
- File:
-
- 1 edited
-
revendless/trunk/revendless.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
revendless/trunk/revendless.php
r1161711 r1161717 158 158 159 159 /* shortcodes */ 160 add_shortcode('rev- widget-carousel', array(&$this, 'addCarouselShortCode'));161 add_shortcode('rev- widget-board', array(&$this, 'addBoardShortCode'));160 add_shortcode('rev-carousel', array(&$this, 'addCarouselShortCode')); 161 add_shortcode('rev-board', array(&$this, 'addBoardShortCode')); 162 162 163 163 /* adds shortcodes to wordpress excerpts and widgets */ … … 181 181 182 182 $output = '<!-- Product integrations powered by Revendless / http://www.revendless.com -->'."\n"; 183 $output.= '<div class="rev- widget-carousel" data-type="product"'.$ids.'></div>'."\n";183 $output.= '<div class="rev-carousel" data-type="product"'.$ids.'></div>'."\n"; 184 184 185 185 return $output; … … 201 201 202 202 $output = '<!-- Product integrations powered by Revendless / http://www.revendless.com -->'."\n"; 203 $output.= '<div class="rev- widget-board" data-type="product"'.$ids.'></div>'."\n";203 $output.= '<div class="rev-board" data-type="product"'.$ids.'></div>'."\n"; 204 204 205 205 return $output;
Note: See TracChangeset
for help on using the changeset viewer.