Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Parse error: syntax error, unexpected ‘/’ —-> i tried … but still there is an error Re: Parse error: syntax error, unexpected ‘/’ —-> i tried … but still there is an error

#95445
dagash
Participant

for your 1st answer , another error appeared ..
this is my comment.php file that work on it :


/**
* @package WordPress
* @
*/
?>





/* Stop the rest of comments.php from being processed,
* but don't kill the script entirely -- we still have
* to fully load the template.
*/
return;
endif;
?>

// You can start editing here -- including this comment!
?>


التعليقات على هذه التدوينة :





    'athoob_comment' ) ); ?>








/* If there are no comments and comments are closed,
* let's leave a little note, shall we?
* But only on posts! We don't want the note on pages.
*/
if ( ! comments_open() && ! is_page() ) :
?>







'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '

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

',
'email' => '',
'url' => '

' .
'

'
),
'logged_in_as' => '

' . sprintf( __( 'أنت مسجل باسم %2$s. خروج' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

',
'comment_notes_after' => '',
'comment_field' => '

'

);
?>

?>