Make WordPress Core

Changeset 6122


Ignore:
Timestamp:
09/16/2007 06:15:03 PM (17 years ago)
Author:
ryan
Message:

gettext string. Props tai. fixes #4985

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r5965 r6122  
    3232    case 1: // in case people are directly linking to this
    3333?>
    34 <h1>Welcome</h1>
     34<h1><?php _e('Welcome'); ?></h1>
    3535<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\'ll be on your way to using the most extendable and powerful personal publishing platform in the world.'), '../readme.html'); ?></p>
    3636<!--<h2 class="step"><a href="install.php?step=1"><?php _e('First Step &raquo;'); ?></a></h2>-->
Note: See TracChangeset for help on using the changeset viewer.