Ticket #8993: add trailing slash to numeric example and auto-pop.diff
| File add trailing slash to numeric example and auto-pop.diff, 1.0 KB (added by , 17 years ago) |
|---|
-
Users/simon/Projects/WordPress-Bleeding/site/wordpress/wp-admin/options-permalink.php
141 141 '', 142 142 $prefix . '/%year%/%monthnum%/%day%/%postname%/', 143 143 $prefix . '/%year%/%monthnum%/%postname%/', 144 $prefix . '/archives/%post_id% '144 $prefix . '/archives/%post_id%/' 145 145 ); 146 146 ?> 147 147 <h3><?php _e('Common settings'); ?></h3> … … 160 160 </tr> 161 161 <tr> 162 162 <th><label><input name="selection" type="radio" value="<?php echo $structures[3]; ?>" class="tog" <?php checked($structures[3], $permalink_structure); ?> /> <?php _e('Numeric'); ?></label></th> 163 <td><code><?php echo get_option('home') . $prefix ; ?>/archives/123 </code></td>163 <td><code><?php echo get_option('home') . $prefix ; ?>/archives/123/</code></td> 164 164 </tr> 165 165 <tr> 166 166 <th>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)