Plugin Directory

Changeset 1649716


Ignore:
Timestamp:
05/02/2017 02:40:07 PM (9 years ago)
Author:
cvmh
Message:

2.6.16

  • Fixed: Force balance tags in excerpts
Location:
cat-block/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cat-block/trunk/cat-block.php

    r1615574 r1649716  
    44 * Plugin URI: http://www.agence-web-cvmh.fr
    55 * Description: Adds a block (widget or shortcode), which scrolls through the posts in a category.
    6  * Version: 2.6.15
     6 * Version: 2.6.16
    77 * Author: CVMH solutions
    88 * Author URI: http://www.agence-web-cvmh.fr
     
    1616add_action( 'plugins_loaded', 'cvmh_catblock_constants', 1 );
    1717function cvmh_catblock_constants() {
    18     define( 'CVMH_CATBLOCK_VERSION'       , '2.6.15' );
     18    define( 'CVMH_CATBLOCK_VERSION'       , '2.6.16' );
    1919    define( 'CVMH_CATBLOCK_PATH'          , trailingslashit( plugin_dir_path( __FILE__ ) ) );
    2020    define( 'CVMH_CATBLOCK_URI'           , trailingslashit( plugin_dir_url( __FILE__ ) ) );
  • cat-block/trunk/includes/functions.php

    r1615574 r1649716  
    226226    endif;
    227227
    228     return $text;
    229 }
     228    return force_balance_tags( $text );
     229}
  • cat-block/trunk/readme.txt

    r1615574 r1649716  
    6060
    6161== Changelog ==
     62
     63= 2.6.16 =
     64* Fixed: Force balance tags in excerpts
    6265
    6366= 2.6.15 =
Note: See TracChangeset for help on using the changeset viewer.