Make WordPress Core

Ticket #42008: 42008-v1.patch

File 42008-v1.patch, 820 bytes (added by rinkuyadav999, 8 years ago)
  • src/wp-admin/install.php

     
    318318<p><?php _e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you&#8217;ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ); ?></p>
    319319
    320320<h2><?php _e( 'Information needed' ); ?></h2>
    321 <p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
     321<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later except username.' ); ?></p>
    322322
    323323<?php
    324324                display_setup_form();