'Primary Navigation')); /* Sidebar with widget areas */ register_sidebar( array( 'name' => __( 'Primary Widget Area' ), 'id' => 'primary-widget-area', 'description' => __('Widgets') ) ); /* Template for comments and pingbacks */ if ( ! function_exists( 'the_real_blank_theme_comment' ) ) : function the_real_blank_theme_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>
  • id="li-comment-">

    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    comment_approved == '0' ) : ?>
  • ' . ' ' . ( $req ? '*' : '' ) . '

    '; $fields['email'] = '

    ' . ( $req ? '*' : '' ) . '

    '; $fields['url'] = '

    ' . '

    '; return $fields; } add_filter('comment_form_default_fields','my_fields'); /* End functions */ ?>