Make WordPress Core

Ticket #33147: 33147.patch

File 33147.patch, 808 bytes (added by Ankit K Gupta, 10 years ago)

added patch file

  • wp-admin/install.php

     
    269269<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>
    270270
    271271<h1><?php _e( 'Information needed' ); ?></h1>
    272 <p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>
     272<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later except username.' ); ?></p>
    273273
    274274<?php
    275275                display_setup_form();