Plugin Directory

Changeset 1324048


Ignore:
Timestamp:
01/08/2016 03:26:57 PM (10 years ago)
Author:
mahodder
Message:
  • Check for Genesis and don't activate featured posts if active
File:
1 edited

Legend:

Unmodified
Added
Removed
  • themedy-widgets/trunk/themedy-widgets.php

    r1324031 r1324048  
    5151        include('includes/widgets/widget-social.php');
    5252    }
    53     if ( !class_exists( 'Featured_Post' )) {
     53    if ( !class_exists( 'Featured_Post' ) AND ! defined( 'GENESIS_SETTINGS_FIELD' ) ) {
    5454        include('includes/widgets/featured-post-widget.php');
    5555    }
Note: See TracChangeset for help on using the changeset viewer.