Disable graphical-navigation.php (orig) from being active, it's there for emergencies with the new code only.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
1bd10daaa8
commit
600029ee13
|
@ -273,13 +273,13 @@ class widget_comicpress_graphical_navigation extends WP_Widget {
|
|||
<?php
|
||||
}
|
||||
}
|
||||
register_widget('widget_comicpress_graphical_navigation');
|
||||
// register_widget('widget_comicpress_graphical_navigation');
|
||||
|
||||
|
||||
function widget_comicpress_graphical_navigation_init() {
|
||||
new widget_comicpress_graphical_navigation();
|
||||
}
|
||||
|
||||
add_action('widgets_init', 'widget_comicpress_graphical_navigation_init');
|
||||
// add_action('widgets_init', 'widget_comicpress_graphical_navigation_init');
|
||||
|
||||
?>
|
Loading…
Reference in New Issue