Include the home URL before the custom permalink structure input, so it is clear we only care about the path. props solarissmoke, fixes #8952.

git-svn-id: https://develop.svn.wordpress.org/trunk@21891 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-09-18 17:58:54 +00:00
parent fc58815067
commit 6bb5d6c032
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ $structures = array(
</label>
</th>
<td>
<?php echo $blog_prefix; ?>
<code><?php echo get_option('home') . $blog_prefix; ?></code>
<input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo esc_attr($permalink_structure); ?>" class="regular-text code" />
</td>
</tr>