Ticket #16834: 22463.4.patch
| File 22463.4.patch, 1.7 KB (added by , 13 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.css
1574 1574 font-family: Tahoma, Arial, sans-serif; 1575 1575 } 1576 1576 1577 #permalink-settings {1578 width: auto;1579 }1580 1581 #permalink-settings code,1582 1577 #permalink_structure { 1583 1578 float: right; 1584 1579 } … … 1587 1582 unicode-bidi: embed; 1588 1583 } 1589 1584 1585 .options-permalink-php #rules { 1586 direction: ltr; 1587 } 1588 1590 1589 /*------------------------------------------------------------------------------ 1591 1590 21.0 - Admin Footer 1592 1591 ------------------------------------------------------------------------------*/ -
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" id="permalink-settings">237 <table class="form-table"> 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>