Plugin Directory

Changeset 675373


Ignore:
Timestamp:
03/02/2013 02:27:05 PM (13 years ago)
Author:
matthewordie
Message:

[Fixed] - Error in Buckets Area Field

Location:
buckets/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • buckets/trunk/buckets.php

    r675279 r675373  
    55Description: A Widget Alternative. Add reusable content inside of content. On a per page basis.
    66Author: Matthew Restorff
    7 Version: 0.1.8
     7Version: 0.1.9.2
    88Author URI: http://www.matthewrestorff.com
    99*/ 
     
    1717*
    1818*-------------------------------------------------------------------------------------*/
    19 $bucket_version = '0.1.8';
     19$bucket_version = '0.1.9.2';
    2020add_action('init', 'buckets_init');
    2121add_action( 'admin_head', 'buckets_admin_head' );
  • buckets/trunk/fields/buckets.php

    r675279 r675373  
    393393            $ordered_posts[ $post->ID ] = $post;
    394394        }
    395                
     395       
     396        $buckets = false;
    396397        // override value array with attachments
    397398        foreach( $value as $k => $v)
  • buckets/trunk/readme.txt

    r675368 r675373  
    4242
    4343== Changelog ==
     44= 0.1.9.2 =
     45[Fixed] - Error in Buckets Area field.
     46
    4447= 0.1.9.1 =
    4548[Added] - Documentation
Note: See TracChangeset for help on using the changeset viewer.