Plugin Directory

Changeset 1466736


Ignore:
Timestamp:
08/03/2016 09:18:59 AM (10 years ago)
Author:
cvmh
Message:

1.2.10

  • Fixed: error in filter call
Location:
cvmh-simple-slideshow/trunk
Files:
3 edited

Legend:

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

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

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

    r1466691 r1466736  
    3636
    3737== Changelog ==
     38
     39= 1.2.10 =
     40* Fixed: error in filter call
    3841
    3942= 1.2.9 =
Note: See TracChangeset for help on using the changeset viewer.