Ticket #16834: 16834.2.patch
| File 16834.2.patch, 1.4 KB (added by , 13 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.css
1350 1350 font-family: Tahoma, Arial, sans-serif; 1351 1351 } 1352 1352 1353 .options-permalink-php #custom-structure td { 1354 direction: ltr; 1355 float: right; 1356 } 1357 1358 .options-permalink-php code { 1359 unicode-bidi: embed; 1360 } 1361 1353 1362 /*------------------------------------------------------------------------------ 1354 1363 21.0 - Admin Footer 1355 1364 ------------------------------------------------------------------------------*/ -
wp-admin/options-permalink.php
210 210 <th><label><input name="selection" type="radio" value="<?php echo esc_attr($structures[4]); ?>" <?php checked($structures[4], $permalink_structure); ?> /> <?php _e('Post name'); ?></label></th> 211 211 <td><code><?php echo get_option('home') . $blog_prefix . $prefix . '/' . _x( 'sample-post', 'sample permalink structure' ) . '/'; ?></code></td> 212 212 </tr> 213 <tr >213 <tr id="custom-structure"> 214 214 <th> 215 215 <label><input name="selection" id="custom_selection" type="radio" value="custom" <?php checked( !in_array($permalink_structure, $structures) ); ?> /> 216 216 <?php _e('Custom Structure'); ?>