@@ -126,6 +126,9 @@ |
||
126 | 126 | echo '<p>' . sprintf( _x( 'Learn more about the %s', 'the Internet Defense League', 'internetdefenseleague' ), '<a href="https://www.internetdefenseleague.org/">Internet Defense League</a>' ) . '</p>'; |
127 | 127 | } |
128 | 128 | |
129 | + /** |
|
130 | + * @param string $field_name |
|
131 | + */ |
|
129 | 132 | public function select( $field_name, $options, $default = null ) { |
130 | 133 | echo '<select class="widefat" name="' . $this->get_field_name( $field_name ) . '">'; |
131 | 134 | foreach ( $options as $option_slug => $option_name ) { |