description */ webfish_angler_registerSidebars(array( "sidebar"=>__("Just a simple sidebar", 'webfish_theme_angler'), )); //register menus register_nav_menus( array( 'primary' => __('Main menu', 'webfish_theme_angler'), ) ); } /* * Add the appearance for a comment */ if ( ! function_exists( 'webfish_angler_comment' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * */ function webfish_angler_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>
  • id="li-comment-">
    says:', 'webfish_theme_angler' ), sprintf( '%s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?>
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>