Plugin Directory

Changeset 649275

Timestamp:
01/07/2013 04:58:47 PM (12 years ago)
Author:
jbrinley
Message:

Fix missing data bug when using in especially convoluted multisite arrangments

Location:
widget-builder/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • widget-builder/trunk/classes/custom-widget-display.php

    r584349 r649275  
    5757        public function widget( $args, $instance ) {
    5858
    59             global $wp_registered_widgets;
    6059            extract($args);
    61             extract($wp_registered_widgets[ $widget_id ]['data']);
     60            extract($['data']);
    6261
    6362            // apply filters
  • widget-builder/trunk/readme.txt

    r633573 r649275  
    55Requires at least: 3.0
    66Tested up to: 3.4.2
    7 Stable tag: 1.6
     7Stable tag: 1.6
    88
    99== Description ==
     
    7575== Changelog ==
    7676
     77
     78
     79
     80
    7781= 1.6 =
    7882
  • widget-builder/trunk/widget-builder.php

    r633573 r649275  
    44Description:    This plugin creates predefined content widgets that can be used in multiple sidebars while being centrally configured.
    55Author:         Timothy Wood, Jonathan Brinley, Modern Tribe, Inc.
    6 Version:        1.6
     6Version:        1.6
    77Author URI:     http://tri.be
    88*/
Note: See TracChangeset for help on using the changeset viewer.