'
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); register_sidebar(array( 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); } class Walker_Comment_bbc extends Walker_Comment { function start_el(&$output, $comment, $depth, $args) { $depth++; $GLOBALS['comment_depth'] = $depth; if ( !empty($args['callback']) ) { call_user_func($args['callback'], $comment, $args, $depth); return; } $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> < id="comment-">
    %s says:'), get_comment_author_link()) ?> comment_approved == '0') : ?>
    $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>

    '.__('Options saved.').'

    '; $br = get_option('bbcc_blogroll'); $bc = $cats = get_terms('link_category'); ?>