Skip to content

Commit

Permalink
Reverted with_front => false #833
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Feb 3, 2022
1 parent 12ad1e2 commit ea85726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/classes/handlers/class-cpt-podcast-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ protected function get_podcast_args() {
'show_in_nav_menus' => true,
'query_var' => true,
'can_export' => true,
'rewrite' => array( 'slug' => $slug, 'feeds' => true, 'with_front' => false ),
'rewrite' => array( 'slug' => $slug, 'feeds' => true ),
'capability_type' => 'post',
'has_archive' => true,
'hierarchical' => false,
Expand Down

0 comments on commit ea85726

Please sign in to comment.