Changeset 3186 for trunk/wp-admin/upgrade.php
- Timestamp:
- 11/21/2005 09:54:15 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upgrade.php
r3133 r3186 81 81 ?> 82 82 <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> 84 84 85 85 <!--
Note: See TracChangeset
for help on using the changeset viewer.