Plugin Directory

Changeset 1466691


Ignore:
Timestamp:
08/03/2016 07:29:47 AM (10 years ago)
Author:
cvmh
Message:

1.2.9

  • Added: filter for slide content: cvmh_slide_content
Location:
cvmh-simple-slideshow/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cvmh-simple-slideshow/trunk/cvmh-simple-slideshow.php

    r1429700 r1466691  
    44 * Plugin URI: http://www.agence-web-cvmh.fr
    55 * Description: A very simple slideshow.
    6  * Version: 1.2.8
     6 * Version: 1.2.9
    77 * Author: CVMH solutions
    88 * Author URI: http://www.agence-web-cvmh.fr
  • cvmh-simple-slideshow/trunk/includes/functions/front.php

    r1429247 r1466691  
    7878                        <?php endif; ?>
    7979                        <?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>
    8181                        <?php else : ?>
    8282                            <div class="slide-no-content"></div>
  • cvmh-simple-slideshow/trunk/readme.txt

    r1429700 r1466691  
    3636
    3737== Changelog ==
     38
     39= 1.2.9 =
     40* Added: filter for slide content: cvmh_slide_content
    3841
    3942= 1.2.8 =
Note: See TracChangeset for help on using the changeset viewer.