Ticket #43366: 43366.2.patch
| File 43366.2.patch, 388 bytes (added by , 8 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: src/wp-includes/functions.php |
| 2 | =================================================================== |
| 3 | +++ src/wp-includes/functions.php (working copy) |
| 4 | |
| 5 | <?php |
| 6 | if ( 'rtl' == $text_direction ) { |
| 7 | echo 'body { font-family: Tahoma, Arial; }'; |
| 8 | } |
| 9 | ?> |
| 10 | |
| 11 | +++ <?php apply_filters( 'wp_die_handler_css', true ) ?> |
| 12 | </style> |
| 13 | </head> |
| 14 | <body id="error-page"> |