1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'.__('comments are closed','sis_sps'),'','beauty_saloon');?>
comment_status) : ?>
''.__('Name','beauty_saloon'),'*
',
'email' => ''.__('Mail','beauty_saloon').__('will not be published','beauty_saloon'),'
',
'url' => ' '.__('Website','beauty_saloon'),'
'
);
function my_fields($fields) {
return $fields;
}
add_filter('comment_form_default_fields','my_fields');
$defaults = array(
'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'comment_field' => ' Comment ',
'logged_in_as' => '' . __( "Logged in as ",'beauty_saloon' ).''.$user_identity.' '. ''.__('Log out?','beauty_saloon').' ' . '
',
'comment_notes_after' => ' ',
'id_form' => 'commentform',
'id_submit' => 'blog-form-post',
);
?>