Changeset 675373
- Timestamp:
- 03/02/2013 02:27:05 PM (13 years ago)
- Location:
- buckets/trunk
- Files:
-
- 3 edited
-
buckets.php (modified) (2 diffs)
-
fields/buckets.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buckets/trunk/buckets.php
r675279 r675373 5 5 Description: A Widget Alternative. Add reusable content inside of content. On a per page basis. 6 6 Author: Matthew Restorff 7 Version: 0.1. 87 Version: 0.1.9.2 8 8 Author URI: http://www.matthewrestorff.com 9 9 */ … … 17 17 * 18 18 *-------------------------------------------------------------------------------------*/ 19 $bucket_version = '0.1. 8';19 $bucket_version = '0.1.9.2'; 20 20 add_action('init', 'buckets_init'); 21 21 add_action( 'admin_head', 'buckets_admin_head' ); -
buckets/trunk/fields/buckets.php
r675279 r675373 393 393 $ordered_posts[ $post->ID ] = $post; 394 394 } 395 395 396 $buckets = false; 396 397 // override value array with attachments 397 398 foreach( $value as $k => $v) -
buckets/trunk/readme.txt
r675368 r675373 42 42 43 43 == Changelog == 44 = 0.1.9.2 = 45 [Fixed] - Error in Buckets Area field. 46 44 47 = 0.1.9.1 = 45 48 [Added] - Documentation
Note: See TracChangeset
for help on using the changeset viewer.