diff --git a/admin/metabox.php b/admin/metabox.php index bf30565..6d35131 100644 --- a/admin/metabox.php +++ b/admin/metabox.php @@ -791,7 +791,8 @@ function wpsp_register( $butterbean, $post_type ) { 'modified' => __( 'Modified','wp-show-posts' ), 'parent' => __( 'Parent','wp-show-posts' ), 'rand' => __( 'Random','wp-show-posts' ), - 'comment_count' => __( 'Comment count','wp-show-posts' ) + 'comment_count' => __( 'Comment count','wp-show-posts' ), + 'menu_order' => __( 'Menu Order','wp-show-posts' ) ), 'attr' => array( 'id' => 'wpsp-orderby' ) )