Make WordPress Core

Changeset 7239


Ignore:
Timestamp:
03/11/2008 04:41:53 PM (17 years ago)
Author:
ryan
Message:

Remove extraneous slash. Props rnt. fixes #6158

File:
1 edited

Legend:

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

    r7230 r7239  
    140140    <tr>
    141141        <th><label><input name="selection" type="radio" value="<?php echo $structures[2]; ?>" class="tog" <?php checked($structures[2], $permalink_structure); ?> /> <?php _e('Month and name'); ?></label></th>
    142         <td><code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/' . '/sample-post/'; ?></code></td>
     142        <td><code><?php echo get_option('home') . $prefix . '/' . date('Y') . '/' . date('m') . '/sample-post/'; ?></code></td>
    143143    </tr>
    144144    <tr>
Note: See TracChangeset for help on using the changeset viewer.