Changeset 515742
- Timestamp:
- 03/07/2012 08:37:11 AM (14 years ago)
- Location:
- styles/trunk
- Files:
-
- 3 added
- 3 edited
-
classes/storm-css-processor.php (modified) (2 diffs)
-
css/admin.scss (added)
-
css/bg-sprites.psd (added)
-
css/font-sprites.psd (added)
-
readme.txt (modified) (2 diffs)
-
styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
styles/trunk/classes/storm-css-processor.php
r515734 r515742 164 164 extract( $el['values'] ); 165 165 166 if ( empty($active) || empty($selector) ) { continue; } 167 166 if ( empty($selector) ) { continue; } 167 if ( empty($active) && empty($color) && empty($font_size) && empty($font_family) && empty($font_weight) && empty($font_style) && empty($text_transform) && empty($line_height) ) { 168 continue; 169 } 170 168 171 $properties = ''; 169 172 … … 227 230 // $font_style, $text_transform, $line_height 228 231 extract( $values ); 229 232 230 233 if ( is_object( $this->styles->wp->admin_settings )) { 231 234 $opts = $this->styles->wp->admin_settings; -
styles/trunk/readme.txt
r515734 r515742 7 7 Requires at least: 3.1 8 8 Tested up to: 3.3.1 9 Stable tag: 0.5. 09 Stable tag: 0.5.1 10 10 11 11 Change the appearance of supported themes using zero code. Creates appearance options for images, colors, gradients, and fonts. … … 81 81 == Changelog == 82 82 83 = 0.5.1 = 84 * Fix issue that would prevent Font styles from outputting if another option wasn't set on the same element. 85 83 86 = 0.5.0 = 84 87 * Load themes from API: Allows for theme support to be added without plugin updates. -
styles/trunk/styles.php
r515734 r515742 4 4 Plugin URI: http://stylesplugin.com 5 5 Description: Change the appearance of your theme using the WordPress admin. Creates WordPress theme options for images, colors, gradients, and fonts. 6 Version: 0.5. 06 Version: 0.5.1 7 7 Author: Brainstorm Media 8 8 Author URI: http://brainstormmedia.com
Note: See TracChangeset
for help on using the changeset viewer.