Make WordPress Core


Ignore:
Timestamp:
11/21/2005 09:54:15 AM (20 years ago)
Author:
ryan
Message:

Add trailing slash. Props Mark Jaquith. fixes #1929

File:
1 edited

Legend:

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

    r3133 r3186  
    8181?>
    8282<h2><?php _e('Step 1'); ?></h2>
    83     <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"), __get_option('home')); ?></p>
     83    <p><?php printf(__("There's actually only one step. So if you see this, you're done. <a href='%s'>Have fun</a>!"), __get_option('home') . '/'); ?></p>
    8484
    8585<!--
Note: See TracChangeset for help on using the changeset viewer.