diff --git a/wp-admin/css/wp-admin-rtl.css b/wp-admin/css/wp-admin-rtl.css index 4f3181ed02..769f471bfe 100644 --- a/wp-admin/css/wp-admin-rtl.css +++ b/wp-admin/css/wp-admin-rtl.css @@ -1574,6 +1574,19 @@ h2 .nav-tab { font-family: Tahoma, Arial, sans-serif; } +#permalink-settings { + width: auto; +} + +#permalink-settings code, +#permalink_structure { + float: right; +} + +.options-permalink-php code { + unicode-bidi: embed; +} + /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index d086fdc6b1..5bb42e291b 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -234,7 +234,7 @@ if ( ! $is_apache && ! $iis7_permalinks ) /* translators: %s is a placeholder that must come at the start of the URL path. */ printf( __('If you like, you may enter custom structures for your category and tag URLs here. For example, using topics as your category base would make your category links like http://example.org/%stopics/uncategorized/. If you leave these blank the defaults will be used.'), $suffix ); ?>

- +