Ticket #33611: 33611.patch
| File 33611.patch, 1.2 KB (added by , 10 years ago) |
|---|
-
wp-admin/options-permalink.php
197 197 4 => $prefix . '/%postname%/', 198 198 ); 199 199 ?> 200 <h 3 class="title"><?php _e('Common Settings'); ?></h3>200 <h2 class="title"><?php _e('Common Settings'); ?></h2> 201 201 <table class="form-table permalink-structure"> 202 202 <tr> 203 203 <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> … … 232 232 </tr> 233 233 </table> 234 234 235 <h 3 class="title"><?php _e('Optional'); ?></h3>235 <h2 class="title"><?php _e('Optional'); ?></h2> 236 236 <p><?php 237 237 /* translators: %s is a placeholder that must come at the start of the URL. */ 238 238 printf( __('If you like, you may enter custom structures for your category and tag <abbr title="Universal Resource Locator">URL</abbr>s here. For example, using <code>topics</code> as your category base would make your category links like <code>%s/topics/uncategorized/</code>. If you leave these blank the defaults will be used.'), get_option('home') . $blog_prefix . $prefix ); ?></p>