Ticket #16834: 16834.left-edge.patch
File 16834.left-edge.patch, 1.2 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.css
1407 1407 font-family: Tahoma, Arial, sans-serif; 1408 1408 } 1409 1409 1410 #permalink-settings { 1411 width: auto; 1412 } 1413 1414 #permalink-settings code, 1415 #permalink_structure { 1416 float: left; 1417 } 1418 1419 .options-permalink-php code { 1420 unicode-bidi: embed; 1421 } 1422 1410 1423 /*------------------------------------------------------------------------------ 1411 1424 21.0 - Admin Footer 1412 1425 ------------------------------------------------------------------------------*/ -
wp-admin/options-permalink.php
189 189 ); 190 190 ?> 191 191 <h3><?php _e('Common Settings'); ?></h3> 192 <table class="form-table" >192 <table class="form-table" id="permalink-settings"> 193 193 <tr> 194 194 <th><label><input name="selection" type="radio" value="" <?php checked('', $permalink_structure); ?> /> <?php _e('Default'); ?></label></th> 195 195 <td><code><?php echo get_option('home'); ?>/?p=123</code></td>