Changeset 1161781
- Timestamp:
- 05/16/2015 12:29:52 PM (11 years ago)
- Location:
- dynamic-audio-player-basic/trunk
- Files:
-
- 2 edited
-
dynamicplayer.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-audio-player-basic/trunk/dynamicplayer.php
r1161775 r1161781 4 4 Plugin URI: http://dynamicaudioplayer.com 5 5 Description: This plugin allows you to add an audio player widget with a dynamic playlist and shortcodes for single buttons 6 Version: 2.0. 86 Version: 2.0.9 7 7 Author: Manolo Salsas Durán 8 8 Author URI: http://msalsas.com/en/ … … 65 65 { 66 66 wp_register_style( 'default-stylesheet', plugins_url('/css/largePlayer.css', __FILE__) ); 67 $styleRegistered = true; 68 break; 69 } 70 else if(is_array($option) && isset($option['dynTotalWidth']) && $option['dynTotalWidth'] == 'Regular') 71 { 72 wp_register_style( 'default-stylesheet', plugins_url('/css/default.css', __FILE__) ); 67 73 $styleRegistered = true; 68 74 break; -
dynamic-audio-player-basic/trunk/readme.txt
r1161775 r1161781 49 49 == Changelog == 50 50 51 = 2.0.9 = 52 Small fix. 53 51 54 = 2.0.8 = 52 55 Set widget_dynamic-player-widget option order before getting CSS.
Note: See TracChangeset
for help on using the changeset viewer.