Skip to content

Commit

Permalink
Replace deprecated name param with field param
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Feb 14, 2017
1 parent a0cb61f commit 067c045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-adapter-widgets/tag_cloud/class.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function render_form_template() {
$taxonomy_choices[ $taxonomy->name ] = $taxonomy->label;
}
$this->render_form_field_template( array(
'name' => 'taxonomy',
'field' => 'taxonomy',
'label' => __( 'Taxonomy:', 'default' ),
'type' => 'select',
'choices' => $taxonomy_choices,
Expand Down

0 comments on commit 067c045

Please sign in to comment.