Plugin Directory

Changeset 955424


Ignore:
Timestamp:
07/27/2014 12:36:12 AM (12 years ago)
Author:
alanft
Message:

Quick fix again

Location:
widget-logic
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • widget-logic/trunk/widget_logic.php

    r955420 r955424  
    272272    {   wp_reset_query(); $wp_reset_query_is_done=true; }
    273273
    274     if (empty($wl_sidebars_widgets) || ( array_key_exists($wl_options, "widget_logic-options-dont-cache-logic") && $wl_options["widget_logic-options-dont-cache-logic"] == 'checked'))
     274    if (empty($wl_sidebars_widgets) || ( array_key_exists("widget_logic-options-dont-cache-logic", $wl_options) && $wl_options["widget_logic-options-dont-cache-logic"] == 'checked'))
    275275    {
    276276        // loop through every widget in every sidebar (barring 'wp_inactive_widgets') checking WL for each one
Note: See TracChangeset for help on using the changeset viewer.