Skip to content

Commit

Permalink
Update CMB2_Types.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcapriola committed Oct 1, 2015
1 parent 105f809 commit 85c0813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/CMB2_Types.php
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ public function taxonomy_select() {
$options .= $this->select_option( array(
'label' => $term->name,
'value' => $term->slug,
'checked' => $saved_term == $term->slug,
'checked' => $saved_term === $term->slug,
) );
}

Expand Down

0 comments on commit 85c0813

Please sign in to comment.