• I am trying to edit some of the default messages on my site.

    For example the messages included in the member registration form.

    When I look at the page using firebug the I see that the page is using the wp-login.php file and there is a line:

    <p class=”message register”>Register For This Site</p>

    If I then go through my cPanel to edit that file, the line does not appear. So where do I edit this message? Can anyone help please?

Viewing 1 replies (of 1 total)
  • it’s in there around line 554

    $redirect_to = apply_filters( 'registration_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
    	login_header(__('Registration Form'), '<p class="message register">' . __('Register For This Site') . '</p>', $errors);
    ?>

Viewing 1 replies (of 1 total)

The topic ‘How do I change default site messges?’ is closed to new replies.