Skip to content

Commit

Permalink
fix for 'exclude from search' option
Browse files Browse the repository at this point in the history
  • Loading branch information
hunk committed Oct 9, 2011
1 parent ca6f490 commit f610ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mf_register.php
Expand Up @@ -26,6 +26,7 @@ public function mf_register_post_types(){

$option['show_in_menu'] = ($option['show_in_menu']) ? true : false;
$option['query_var'] = ($option['query_var']) ? true : false;
$option['exclude_from_search'] = ($option['exclude_from_search']) ? true : false;
$option['labels'] = $p['label'];


Expand Down

0 comments on commit f610ab4

Please sign in to comment.