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