Changeset 1466721
- Timestamp:
- 08/03/2016 08:53:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cvmh-simple-slideshow/trunk/includes/functions/front.php
r1466691 r1466721 78 78 <?php endif; ?> 79 79 <?php if ( ! empty ( $slide_content ) ) : ?> 80 <div class="slide-content"><?php echo apply_filter ( '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>
Note: See TracChangeset
for help on using the changeset viewer.