Changeset 1466691
- Timestamp:
- 08/03/2016 07:29:47 AM (10 years ago)
- Location:
- cvmh-simple-slideshow/trunk
- Files:
-
- 3 edited
-
cvmh-simple-slideshow.php (modified) (1 diff)
-
includes/functions/front.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cvmh-simple-slideshow/trunk/cvmh-simple-slideshow.php
r1429700 r1466691 4 4 * Plugin URI: http://www.agence-web-cvmh.fr 5 5 * Description: A very simple slideshow. 6 * Version: 1.2. 86 * Version: 1.2.9 7 7 * Author: CVMH solutions 8 8 * Author URI: http://www.agence-web-cvmh.fr -
cvmh-simple-slideshow/trunk/includes/functions/front.php
r1429247 r1466691 78 78 <?php endif; ?> 79 79 <?php if ( ! empty ( $slide_content ) ) : ?> 80 <div class="slide-content"><?php echo $slide_content; ?></div>80 <div class="slide-content"><?php echo apply_filter( 'cvmh_slide_content', $slide_content ); ?></div> 81 81 <?php else : ?> 82 82 <div class="slide-no-content"></div> -
cvmh-simple-slideshow/trunk/readme.txt
r1429700 r1466691 36 36 37 37 == Changelog == 38 39 = 1.2.9 = 40 * Added: filter for slide content: cvmh_slide_content 38 41 39 42 = 1.2.8 =
Note: See TracChangeset
for help on using the changeset viewer.