From ab235758d115bb24b191f5a9f7779a54ccf71bef Mon Sep 17 00:00:00 2001 From: John Havlik Date: Wed, 4 Nov 2015 20:03:49 -0600 Subject: [PATCH] No longer need the inline style --- order-bender.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/order-bender.php b/order-bender.php index 2070224..224b931 100644 --- a/order-bender.php +++ b/order-bender.php @@ -82,8 +82,6 @@ function primary_taxonomy_term_meta_box($post, $callback_args) //Nonce this bad boy up wp_nonce_field($this->plugin_basename, $this->unique_prefix . '-' . $taxonomy->name . '-prefered-nonce'); $pref_id = get_post_meta($post->ID, $this->unique_prefix .'_' . $taxonomy->name . '_prefered', true); - //Need inline style to keep our category drop down from doing bad things width wise - echo ''; wp_dropdown_categories(array( 'name' => $this->unique_prefix . '_' . $taxonomy->name . '_primary_term', 'id' => $this->unique_prefix . '_' . $taxonomy->name . '_primary_term',