Plugin Directory

Changeset 1527505


Ignore:
Timestamp:
11/03/2016 02:48:04 PM (9 years ago)
Author:
pacethemes
Message:

Fixes 'body_class' filter function not returning classes issue

Location:
pace-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pace-builder/trunk/README.txt

    r1526357 r1527505  
    55Requires at least: 4.0
    66Tested up to: 4.6.1
    7 Stable tag: 1.1.2.1
     7Stable tag: 1.1.2.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 1.1.2.2 =
     73* Fixes 'body_class' filter function not returning classes issue
     74
    7275= 1.1.2.1 =
    7376* Fixes Module Items 'type' property issue
  • pace-builder/trunk/includes/class-pace-builder-public.php

    r1521434 r1527505  
    7777    public function body_classes( $classes ) {
    7878        if( ! ptpb_is_pb() ) {
    79             return;
     79            return $classes;
    8080        }
    8181
  • pace-builder/trunk/pace-builder.php

    r1526357 r1527505  
    1717 * Plugin URI:        http://pacethemes.com/pace-builder
    1818 * Description:       Drag and Drop Page Builder, build anything you need.
    19  * Version:           1.1.2.1
     19 * Version:           1.1.2.2
    2020 * Author:            Pace Themes
    2121 * Author URI:        http://pacethemes.com
     
    4545         * @var string
    4646         */
    47         public $version = '1.1.2.1';
     47        public $version = '1.1.2.2';
    4848
    4949        /**
Note: See TracChangeset for help on using the changeset viewer.