Ticket #16834: 16834.3.patch
File 16834.3.patch, 1.7 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.css
1458 1458 font-family: Tahoma, Arial, sans-serif; 1459 1459 } 1460 1460 1461 #permalink-settings { 1462 width: auto; 1463 } 1464 1465 #permalink-settings code, 1466 #permalink_structure { 1467 float: right; 1468 } 1469 1470 .options-permalink-php code { 1471 unicode-bidi: embed; 1472 } 1473 1461 1474 /*------------------------------------------------------------------------------ 1462 1475 21.0 - Admin Footer 1463 1476 ------------------------------------------------------------------------------*/ -
wp-admin/options-permalink.php
234 234 /* translators: %s is a placeholder that must come at the start of the URL path. */ 235 235 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>http://example.org/%stopics/uncategorized/</code>. If you leave these blank the defaults will be used.'), $suffix ); ?></p> 236 236 237 <table class="form-table" >237 <table class="form-table" id="permalink-settings"> 238 238 <tr> 239 239 <th><label for="category_base"><?php /* translators: prefix for category permalinks */ _e('Category base'); ?></label></th> 240 240 <td><?php echo $blog_prefix; ?> <input name="category_base" id="category_base" type="text" value="<?php echo esc_attr( $category_base ); ?>" class="regular-text code" /></td>