|
@@ 2115-2119 (lines=5) @@
|
| 2112 |
|
$drop_down_element = ''; |
| 2113 |
|
|
| 2114 |
|
// setup the basic attributes |
| 2115 |
|
if( !isset( $attributes['name'] ) || empty( $attributes['name'] ) ) { |
| 2116 |
|
|
| 2117 |
|
$attributes['name'] = 'sensei-options'; |
| 2118 |
|
|
| 2119 |
|
} |
| 2120 |
|
|
| 2121 |
|
if( !isset( $attributes['id'] ) || empty( $attributes['id'] ) ) { |
| 2122 |
|
|
|
@@ 2121-2125 (lines=5) @@
|
| 2118 |
|
|
| 2119 |
|
} |
| 2120 |
|
|
| 2121 |
|
if( !isset( $attributes['id'] ) || empty( $attributes['id'] ) ) { |
| 2122 |
|
|
| 2123 |
|
$attributes['id'] = 'sensei-options'; |
| 2124 |
|
|
| 2125 |
|
} |
| 2126 |
|
|
| 2127 |
|
if( !isset( $attributes['class'] ) || empty( $attributes['class'] ) ) { |
| 2128 |
|
|