|
@@ -129,6 +129,9 @@ |
|
|
block discarded – undo |
|
129
|
129
|
echo '<p>' . sprintf( _x( 'Learn more about the %s', 'the Internet Defense League', 'jetpack' ), '<a href="https://www.internetdefenseleague.org/">Internet Defense League</a>' ) . '</p>'; |
|
130
|
130
|
} |
|
131
|
131
|
|
|
|
132
|
+ /** |
|
|
133
|
+ * @param string $field_name |
|
|
134
|
+ */ |
|
132
|
135
|
public function select( $field_name, $options, $default = null ) { |
|
133
|
136
|
echo '<select class="widefat" name="' . $this->get_field_name( $field_name ) . '">'; |
|
134
|
137
|
foreach ( $options as $option_slug => $option_name ) { |
Please login to merge, or discard this patch.