'Widget Area One',
'id' => 'widget-area-one',
'before_widget' => '
',
'after_widget' => "
",
'before_title' => '',
'after_title' => '
',
) );
}
// Run automatic-feed-links after the theme is set up
add_theme_support('automatic-feed-links');
// Add the widget areas
add_action( 'init', 'new_widgets_init' );
// Add support for custom background
add_custom_background();
// Set the content width
if ( ! isset( $content_width ) )
$content_width = 640;
// Produces an avatar image with the hCard-compliant photo class
function commenter_link() {
$commenter = get_comment_author_link();
if ( ereg( ']* class=[^>]+>', $commenter ) ) {
$commenter = ereg_replace( '(]* class=[\'"]?)', '\\1url ' , $commenter );
} else {
$commenter = ereg_replace( '(' . $commenter . '';
} // end commenter_link
// Custom callback to list comments in the blue-ocean style
function custom_comments($comment, $args, $depth) {
$GLOBALS['comment'] = $comment;
$GLOBALS['comment_depth'] = $depth;
?>
| ', ''); ?> __('Reply','blue-ocean'), 'login_text' => __('Log in to reply.','blue-ocean'), 'depth' => $depth, 'before' => '| ', ))); endif; ?> comment_approved == '0') _e("\t\t\t\t\t(Your comment is awaiting moderation.)\n", 'blue-ocean') ?>