Skip to content

Commit

Permalink
Use 'normal' context and 'default' priorty for Post Edit meta box
Browse files Browse the repository at this point in the history
See #57
  • Loading branch information
raamdev committed Jan 26, 2016
1 parent 4b3706c commit 45ee4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment-mail/plugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ public function add_meta_boxes($post_type)
$icon = $this->utils_fs->inline_icon_svg();

if(!$this->utils_env->is_menu_page('post-new.php'))
add_meta_box(__NAMESPACE__.'_small', $icon.' '.$this->name.'™', array($this, 'post_small_meta_box'), $post_type, 'side', 'high');
add_meta_box(__NAMESPACE__.'_small', $icon.' '.$this->name.'™', array($this, 'post_small_meta_box'), $post_type, 'normal', 'default');

// @TODO disabling this for now.
//add_meta_box(__NAMESPACE__.'_large', $icon.' '.$this->name.'™ '.__('Subscriptions', 'comment-mail'),
Expand Down

0 comments on commit 45ee4b4

Please sign in to comment.