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
January 27, 2012 at 12:18 pm
#95550
Member
Here:
'fields' => apply_filters( 'comment_form_default_fields', array(
'author' => '' . ( $req ? '*' : '' ) .
'
',
'email' => ' ' . ( $req ? '*' : '' ) .
'
',
'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