Skip to content

Commit

Permalink
Merge pull request #37 from bhubbard/release-1-5-0
Browse files Browse the repository at this point in the history
Disable with_front for testimonial categories
  • Loading branch information
jameskoster committed Jan 6, 2014
2 parents cbe0803 + 4ff47dd commit 363ab8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/class-woothemes-testimonials-taxonomy.php
Expand Up @@ -89,7 +89,8 @@ private function _get_default_args () {
'show_admin_column' => true,
'query_var' => true,
'show_in_nav_menus' => false,
'show_tagcloud' => false
'show_tagcloud' => false,
'rewrite' => array( 'slug' => 'testimonials', 'with_front' => false ) );
);
} // End _get_default_args()

Expand Down

0 comments on commit 363ab8a

Please sign in to comment.