Merge branch 'master' of git@github.com:johnbintz/comicpress-2.8
This commit is contained in:
commit
e4e85883a3
|
@ -20,7 +20,7 @@ class ComicPressStoryline {
|
|||
|
||||
if (is_string($structure)) {
|
||||
$structure = explode(',', $structure);
|
||||
}
|
||||
|
||||
|
||||
if (is_array($structure)) {
|
||||
$is_valid = true;
|
||||
|
|
|
@ -183,8 +183,8 @@ class widget_comicpress_graphical_navigation extends WP_Widget {
|
|||
$post_nav = $navigation->get_post_nav($post);
|
||||
|
||||
$storyline_to_nav_mapping = array(
|
||||
'story_prev' => 'storyline-previous',
|
||||
'story_next' => 'storyline-next'
|
||||
'story_prev' => 'storyline-chapter-previous',
|
||||
'story_next' => 'storyline-chapter-next'
|
||||
);
|
||||
|
||||
$nav_links = array();
|
||||
|
|
Loading…
Reference in New Issue