fix for FS#112
This commit is contained in:
parent
3215f66bd1
commit
262c743481
|
@ -243,8 +243,10 @@ class WidgetComicPressGraphicalStorylineNavigation extends WP_Widget {
|
|||
$post_nav = $navigation->get_post_nav($post);
|
||||
|
||||
if ($instance['story_prev_acts_as_prev_in']) {
|
||||
if ($post_nav['storyline-previous'] !== false) {
|
||||
$post_nav['storyline-chapter-previous'] = $post_nav['storyline-previous'];
|
||||
}
|
||||
}
|
||||
|
||||
$storyline_to_nav_mapping = array(
|
||||
'story_prev' => 'storyline-chapter-previous',
|
||||
|
|
Loading…
Reference in New Issue