mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Add trailing slash. Props Mark Jaquith. fixes #1929
git-svn-id: https://develop.svn.wordpress.org/trunk@3186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
73997ea8ae
commit
937126176c
@ -80,7 +80,7 @@ switch($step) {
|
||||
wp_cache_flush();
|
||||
?>
|
||||
<h2><?php _e('Step 1'); ?></h2>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<!--
|
||||
<pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user