Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GheorgheP committed Apr 5, 2017
1 parent eb992ff commit 6c91311
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions class-fw-extension-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,7 @@ public function _admin_filter_set_custom_posts_seo_options( $post_options, $post
$seo_options['type'] = 'tab';
$post_options['main']['options'][ $this->get_name() ] = $seo_options;
} else {
$seo_options = array(
'title' => false,
'type' => 'box',
'options' => array(
$this->get_name() => $seo_options
)
);
$seo_options['type'] = 'box';
$post_options[ $this->get_name() ] = $seo_options;
}
}
Expand Down

0 comments on commit 6c91311

Please sign in to comment.