Changeset 24315
- Timestamp:
- 05/22/2013 05:58:10 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.css
r24283 r24315 1575 1575 } 1576 1576 1577 #permalink-settings {1578 width: auto;1579 }1580 1581 #permalink-settings code,1582 1577 #permalink_structure { 1583 1578 float: right; … … 1586 1581 .options-permalink-php code { 1587 1582 unicode-bidi: embed; 1583 } 1584 1585 .options-permalink-php #rules { 1586 direction: ltr; 1588 1587 } 1589 1588 -
trunk/wp-admin/options-permalink.php
r24283 r24315 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>
Note: See TracChangeset
for help on using the changeset viewer.