diff --git a/wp-admin/css/wp-admin-rtl.css b/wp-admin/css/wp-admin-rtl.css index 769f471bfe..ff928f7da7 100644 --- a/wp-admin/css/wp-admin-rtl.css +++ b/wp-admin/css/wp-admin-rtl.css @@ -1574,11 +1574,6 @@ h2 .nav-tab { font-family: Tahoma, Arial, sans-serif; } -#permalink-settings { - width: auto; -} - -#permalink-settings code, #permalink_structure { float: right; } @@ -1587,6 +1582,10 @@ h2 .nav-tab { unicode-bidi: embed; } +.options-permalink-php #rules { + direction: ltr; +} + /*------------------------------------------------------------------------------ 21.0 - Admin Footer ------------------------------------------------------------------------------*/ diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 5bb42e291b..d086fdc6b1 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 ); ?>

- +