Changeset 1198868
- Timestamp:
- 07/14/2015 04:09:53 PM (11 years ago)
- Location:
- linux-day
- Files:
-
- 13 added
- 2 edited
-
tags/1.2.1 (added)
-
tags/1.2.1/images (added)
-
tags/1.2.1/images/banner_120x600.png (added)
-
tags/1.2.1/images/banner_180x150.png (added)
-
tags/1.2.1/images/banner_300x250.png (added)
-
tags/1.2.1/images/banner_468x60.png (added)
-
tags/1.2.1/languages (added)
-
tags/1.2.1/languages/it_IT.mo (added)
-
tags/1.2.1/languages/it_IT.po (added)
-
tags/1.2.1/languages/linux-day.mo (added)
-
tags/1.2.1/languages/linux-day.po (added)
-
tags/1.2.1/linux-day.php (added)
-
tags/1.2.1/readme.txt (added)
-
trunk/linux-day.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linux-day/trunk/linux-day.php
r1198654 r1198868 5 5 * Description: This plugin adds a widget for Linux Day banners. 6 6 * Author: Mattia Migliorini 7 * Version: 1.2. 07 * Version: 1.2.1 8 8 * Author URI: http://www.deshack.net 9 9 * License: GPLv2 or later … … 78 78 <label for="<?php echo $this->get_field_id('format'); ?>"><?php _e( 'Banner format:', 'ld' ); ?></label> 79 79 <select class="widefat" id="<?php echo $this->get_field_id('format'); ?>" name="<?php echo $this->get_field_name('format'); ?>"> 80 <option <?php selected( $format, '' ); ?> ><?php _e( 'Select format', 'ld' ); ?></option>80 <option <?php selected( $format, '' ); ?> disabled><?php _e( 'Select format', 'ld' ); ?></option> 81 81 <?php foreach( $sizes as $size ) : ?> 82 82 <option <?php selected( $size, $format ); ?> value="<?php echo esc_attr($size); ?>"><?php echo $size; ?></option> -
linux-day/trunk/readme.txt
r1198654 r1198868 5 5 Requires at least: 2.8 6 6 Tested up to: 4.3 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 29 29 == Changelog == 30 30 31 = 1.2.1 = 32 * Add disabled attribute to "Select format" option, so that you cannot select an unuseful option. 33 31 34 = 1.2.0 = 32 35 * Add new banners for Linux Day 2015.
Note: See TracChangeset
for help on using the changeset viewer.