Changeset 21891
- Timestamp:
- 09/18/2012 05:58:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r21856 r21891 219 219 </th> 220 220 <td> 221 < ?php echo $blog_prefix; ?>221 <code><?php echo get_option('home') . $blog_prefix; ?></code> 222 222 <input name="permalink_structure" id="permalink_structure" type="text" value="<?php echo esc_attr($permalink_structure); ?>" class="regular-text code" /> 223 223 </td>
Note: See TracChangeset
for help on using the changeset viewer.