Changeset 2964:488e1c42f079 for plugins
- Timestamp:
- 03/17/15 20:12:08 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/class.widgets.php
r2667 r2964 269 269 public function setting($name,$title,$value,$type='text') 270 270 { 271 if ($type == 'combo' ) {271 if ($type == 'combo' || $type=='radio') { 272 272 $options = @func_get_arg(4); 273 273 if (!is_array($options)) {
Note: See TracChangeset
for help on using the changeset viewer.