Changeset 7239
- Timestamp:
- 03/11/2008 04:41:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r7230 r7239 140 140 <tr> 141 141 <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> 143 143 </tr> 144 144 <tr>
Note: See TracChangeset
for help on using the changeset viewer.