Replies: 0
When I access my WordPress and go to “users > all users > admin > [EDIT]” but when I click edit I get an error message, so now I cannot get into here to complete the things I need to do for my website.
___________________________________________________________________________________________________
Parse error: syntax error, unexpected ‘\’ (T_NS_SEPARATOR), expecting identifier (T_STRING) in /data/51/4/94/58/4746384/user/5621970/htdocs/wordpress1/wp-admin/user-edit.php on line 10
The file “user-edit.php” has the following:
<?php
/**
* Edit user administration panel.
*
* @package WordPress
* @subpackage Administration
* @since 3.1.0
*/
/** Load WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . ‘/admin.php’ );
require( ABSPATH . ‘wp-admin/user-edit.php’ );