Changeset 380387
- Timestamp:
- 05/03/2011 08:58:18 PM (15 years ago)
- Location:
- billyben-rings/tags/2.1.1/BillyBenRing/elm
- Files:
-
- 2 edited
-
bbr_widget_class.php (modified) (3 diffs)
-
utilsClasse.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
billyben-rings/tags/2.1.1/BillyBenRing/elm/bbr_widget_class.php
r380362 r380387 13 13 14 14 function widget($args, $instance, $specialOpt=array()) { 15 15 16 16 17 extract( $args ); … … 116 117 function bbr_shortcodehandler($atts){ 117 118 extract( $atts ); 119 118 120 if($align!='left'&&$align!='middle'&&$align!='right')$align='middle'; 119 121 $instOpt['wid']=$id; … … 129 131 $widget->_set($number); 130 132 $widget->widget(array(), $instOpt, $atts); 133 131 134 } 132 135 -
billyben-rings/tags/2.1.1/BillyBenRing/elm/utilsClasse.php
r380362 r380387 174 174 if(isset($atts[$lowerKey])){ 175 175 $atts[$key]=$atts[$lowerKey]; 176 unset($atts[$lowerKey]);176 if($key!=$lowerKey)unset($atts[$lowerKey]); 177 177 } 178 178
Note: See TracChangeset
for help on using the changeset viewer.