Even when I change <h2> to <h1>, similar result obtained
Thank you for your prompt response.
I didn’t modify too much.
On wp-register.php
<body>
<div id=”login”>
<h1>WordPress</h1>
<h2><?php _e(‘Register for this blog’) ?></h2>
<?php if ( isset($errors) ) : ?>
<div class=”error”>
I just replace wordpress.org with my domain.
AND
On wp-includes/pluggable-functions.php
I just change wordpress@ to mydomain@
Similar errors came out.
I saw some people on this forum did those successful, I think
Thanks
I could not do like that.:-(
Parse error: syntax error, unexpected T_STRING ……
Once I change, I receive that error message.
Similar thing happened when I modified wordpress.com link to my URL on register page , that is , wp-register.php
Any help, please