Plugin Directory

Changeset 1161781


Ignore:
Timestamp:
05/16/2015 12:29:52 PM (11 years ago)
Author:
msalsas
Message:

Fix use default size

Location:
dynamic-audio-player-basic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dynamic-audio-player-basic/trunk/dynamicplayer.php

    r1161775 r1161781  
    44Plugin URI: http://dynamicaudioplayer.com
    55Description: This plugin allows you to add an audio player widget with a dynamic playlist and shortcodes for single buttons
    6 Version: 2.0.8
     6Version: 2.0.9
    77Author: Manolo Salsas Durán
    88Author URI: http://msalsas.com/en/
     
    6565        {
    6666            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__) );
    6773            $styleRegistered = true;           
    6874            break;
  • dynamic-audio-player-basic/trunk/readme.txt

    r1161775 r1161781  
    4949== Changelog ==
    5050
     51= 2.0.9 =
     52Small fix.
     53
    5154= 2.0.8 =
    5255Set widget_dynamic-player-widget option order before getting CSS.
Note: See TracChangeset for help on using the changeset viewer.