Make WordPress Core

Changeset 21891


Ignore:
Timestamp:
09/18/2012 05:58:54 PM (12 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r21856 r21891  
    219219        </th>
    220220        <td>
    221             <?php echo $blog_prefix; ?>
     221            <code><?php echo get_option('home') . $blog_prefix; ?></code>
    222222            <input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo esc_attr($permalink_structure); ?>" class="regular-text code" />
    223223        </td>
Note: See TracChangeset for help on using the changeset viewer.