Merge branch 'master' of git@github.com:johnbintz/comicpress-2.8

This commit is contained in:
Philip M. Hofer (Frumph) 2009-10-21 18:57:44 -07:00
commit e4e85883a3
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ class ComicPressStoryline {
if (is_string($structure)) {
$structure = explode(',', $structure);
}
if (is_array($structure)) {
$is_valid = true;

View File

@ -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();