Thank you for helping!!
ok, I replaced line 449 as instructed, now I get:
Parse error: parse error, unexpected '.' in /var/www/vhosts/duchessmarden.com/httpdocs/blog/wp-includes/user.php on line 450
I'll give you the whole thing now:
446 function wp_dropdown_users( $args = '' ) {
447 global $wpdb;
448 $defaults = array(
449 'show_option_all' => '', 'show_option_none' => '',
450 'orderby'../../wordpress/wp-includes/ => 'display_name', 'order'../../wordpress/wp-includes/ => 'ASC',
451 'include'../../wordpress/wp-includes/ => '', 'exclude' => '', 'multi' => 0,
452 'show' => 'display_name', 'echo' => 1,
453 'selected' => 0, 'name' => 'user', 'class' => ''
454 );
From what you told me to do with line 449, I'm assuming I will have to do the same with line 450 and 451, take out the "../../wordpress/wp-includes/ =>" stuff.
Having taken out those wordpress comments from lines 450 and 451, I am now getting parse errors on other pages that have the wordpress/wp-includes/ stuff. Should I keep going and take all those out?
Thanks again!!