Make WordPress Core

Ticket #29290: 29290.patch

File 29290.patch, 1.0 KB (added by ocean90, 10 years ago)

remove reference to the readme

  • src/wp-admin/install.php

     
    200200                display_header();
    201201?>
    202202<h1><?php _ex( 'Welcome', 'Howdy' ); ?></h1>
    203 <p><?php printf( __( 'Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, 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.' ), '../readme.html' ); ?></p>
     203<p><?php __( '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>
    204204
    205205<h1><?php _e( 'Information needed' ); ?></h1>
    206206<p><?php _e( 'Please provide the following information. Don&#8217;t worry, you can always change these settings later.' ); ?></p>