Changeset 1466736
- Timestamp:
- 08/03/2016 09:18:59 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
r1466691 r1466736 4 4 * Plugin URI: http://www.agence-web-cvmh.fr 5 5 * Description: A very simple slideshow. 6 * Version: 1.2. 96 * Version: 1.2.10 7 7 * Author: CVMH solutions 8 8 * Author URI: http://www.agence-web-cvmh.fr -
cvmh-simple-slideshow/trunk/includes/functions/front.php
r1466721 r1466736 78 78 <?php endif; ?> 79 79 <?php if ( ! empty ( $slide_content ) ) : ?> 80 <div class="slide-content"><?php echo apply_filters( 'cvmh_slide_content', $slide_content ); ?></div> 80 <div class="slide-content"><?php echo apply_filters( 'cvmh_slide_content', $slide_content ); ?></div> 81 81 <?php else : ?> 82 82 <div class="slide-no-content"></div> -
cvmh-simple-slideshow/trunk/readme.txt
r1466691 r1466736 36 36 37 37 == Changelog == 38 39 = 1.2.10 = 40 * Fixed: error in filter call 38 41 39 42 = 1.2.9 =
Note: See TracChangeset
for help on using the changeset viewer.