|
@@ -15,7 +15,7 @@ |
|
|
block discarded – undo |
|
15
|
15
|
public function render() { |
|
16
|
16
|
$names = $this->get_object_terms(); |
|
17
|
17
|
|
|
18
|
|
- $saved_term = is_wp_error( $names ) || empty( $names ) ? $this->field->get_default() : $names[key( $names )]->slug; |
|
|
18
|
+ $saved_term = is_wp_error( $names ) || empty( $names ) ? $this->field->get_default() : $names[ key( $names ) ]->slug; |
|
19
|
19
|
$terms = $this->get_terms(); |
|
20
|
20
|
$options = ''; |
|
21
|
21
|
$option_none = $this->field->args( 'show_option_none' ); |
Please login to merge, or discard this patch.