__('300px by 300px','travel-notes') ) ); } /************* ACTIVE SIDEBARS ********************/ // Sidebars & Widgetizes Areas function travel_notes_register_sidebars() { register_sidebar(array( 'id' => 'sidebar1', 'name' => __( 'Posts Sidebar', 'travel-notes' ), 'description' => __( 'The Posts sidebar.', 'travel-notes' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); register_sidebar(array( 'id' => 'sidebar2', 'name' => __( 'Page Sidebar', 'travel-notes' ), 'description' => __( 'The Page sidebar.', 'travel-notes' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', )); } // don't remove this bracket! /************* COMMENT LAYOUT *********************/ // Comment Layout function travel_notes_comments( $comment, $args, $depth ) { ?>
>
comment_approved == '0') : ?>

%1$s %2$s', 'travel-notes' ), get_comment_author_link(), edit_comment_link(__( '(Edit)', 'travel-notes' ),' ','') ) ?>
$depth, 'max_depth' => $args['max_depth']))) ?>
is added by WordPress automatically ?>