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:
parent
095bc8b482
commit
2a5f553345
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue