Changeset 1161775
- Timestamp:
- 05/16/2015 12:19:57 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
r1161756 r1161775 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. 76 Version: 2.0.8 7 7 Author: Manolo Salsas Durán 8 8 Author URI: http://msalsas.com/en/ … … 52 52 53 53 $dyn_option = get_option( "widget_dynamic-player-widget" ); 54 ksort($dyn_option); 54 55 $styleRegistered = false; 55 56 foreach($dyn_option as $option) -
dynamic-audio-player-basic/trunk/readme.txt
r1161756 r1161775 49 49 == Changelog == 50 50 51 = 2.0.8 = 52 Set widget_dynamic-player-widget option order before getting CSS. 53 51 54 = 2.0.7 = 52 55 Set important rule to CSS to avoid jquery-ui overwriting.
Note: See TracChangeset
for help on using the changeset viewer.