"; _e('Comments', 'simpleshift'); echo ""; } if (post_password_required()) { ?>

    'comment', 'callback' => 'simpleshift_comment', 'avatar_size' => 75, 'reply_text' => __('Reply', 'simpleshift'))); ?>
    'pings', 'callback' => 'simpleshift_ping')); ?>
comment_status) { ?>

'
', 'email' => '
', 'url' => '
' ); $modified_defaults = array( 'fields' => apply_filters('comment_form_default_fields', $fields), 'comment_field' => '
', 'must_log_in' => '

' . sprintf(__('You must be logged in to post a comment.', 'simpleshift'), wp_login_url(apply_filters('the_permalink', get_permalink()))) . '

', 'logged_in_as' => '

' . sprintf(__('Logged in as %2$s. Log out?', 'simpleshift'), admin_url('profile.php'), $user_identity, wp_logout_url(apply_filters('the_permalink', get_permalink()))) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '

' . sprintf(__('You may use these HTML tags and attributes: %s', 'simpleshift'), ' ' . allowed_tags() . '') . '

', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __('Leave a Reply','simpleshift'), 'title_reply_to' => __('Leave a Reply to %s','simpleshift'), 'cancel_reply_link' => __('Cancel reply','simpleshift'), 'label_submit' => __('Submit','simpleshift'), ); ?>