Slug translation with custom post type
-
Hello,
Thanks for this great plugin.
I think I found a bug in class-qtranslate-slug.php:
Line 1017
$page_slug = ( isset($query[‘name’]) && !empty($query[‘name’]) ) ? $query[‘name’] : $query[$query[‘post_type’]];The index $query[‘post_type’] may not exist. If you could add a check it would be great!
Thanks and regards,
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Slug translation with custom post type’ is closed to new replies.