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

#95550
TheDoc
Member

Here:


'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' => '

'

); // THIS IS CLOSING YOUR APPLY_FILTERS, NOT THE ARRAY