Plugin Directory

Changeset 640404


Ignore:
Timestamp:
12/17/2012 09:24:37 AM (13 years ago)
Author:
phill_brown
Message:

1.1.1 release - hotfixed error in widgets reaction when site had orphaned widgets.

Location:
context-manager
Files:
51 added
2 edited

Legend:

Unmodified
Added
Removed
  • context-manager/trunk/reactions/widgets.php

    r640080 r640404  
    1919
    2020                // Skip sidebars with no active widgets
    21                 if ( ! $sidebar_widgets || $sidebar_id == 'wp_inactive_widgets' ) continue;
     21                if ( ! $sidebar_widgets || $sidebar_id == 'wp_inactive_widgets' || substr( $sidebar_id, 0, 16 ) == 'orphaned_widgets'  ) continue;
    2222
    2323                $widgets[ $GLOBALS['wp_registered_sidebars'][ $sidebar_id ]['name'] ] = array_combine(
  • context-manager/trunk/readme.txt

    r640080 r640404  
    55Requires at least: 3.2
    66Tested up to: 3.5
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88
    99Make your site react to users' context by changing your theme's CSS and JavaScript files, navigation menus, sidebars and the HTML body tag.
     
    6464== Changelog ==
    6565
     66= 1.1.1 =
     67* [Bugfix]: Errors in widget reaction when site has orphaned widgets
     68
    6669= 1.1 =
    6770* [Added]: Assets reaction
Note: See TracChangeset for help on using the changeset viewer.