|
@@ -104,9 +104,11 @@ |
|
|
block discarded – undo |
|
104
|
104
|
echo "<option value='" . $subscribebutton->name . "' " . selected( $subscribebutton->name, $button ) . " >" . $subscribebutton->title . " (" . $subscribebutton->name . ")</option>"; |
|
105
|
105
|
} ?> |
|
106
|
106
|
</optgroup> |
|
107
|
|
- <?php else : |
|
|
107
|
+ <?php else { |
|
|
108
|
+ : |
|
108
|
109
|
foreach ( $buttons as $subscribebutton ) { |
|
109
|
110
|
echo "<option value='" . $subscribebutton->name . "' " . selected( $subscribebutton->name, $button ) . " >" . $subscribebutton->title . " (" . $subscribebutton->name . ")</option>"; |
|
|
111
|
+} |
|
110
|
112
|
} |
|
111
|
113
|
endif; ?> |
|
112
|
114
|
</select> |
Please login to merge, or discard this patch.