Ticket #34135: 34135.diff
File 34135.diff, 550 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/functions.php
2587 2587 box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 ); 2588 2588 } 2589 2589 2590 <?php if ( 'rtl' == $text_direction ) : ?> 2591 body { font-family: Tahoma, Arial; } 2592 <?php endif; ?> 2590 <?php 2591 if ( 'rtl' == $text_direction ) { 2592 echo 'body { font-family: Tahoma, Arial; }'; 2593 } 2594 ?> 2593 2595 </style> 2594 2596 </head> 2595 2597 <body id="error-page">