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: http://core.svn.wordpress.org/trunk@21891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-09-18 17:58:54 +00:00
parent 095bc8b482
commit 2a5f553345
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>