Ticket #45932: 45932.diff
| File 45932.diff, 642 bytes (added by , 7 years ago) |
|---|
-
src/wp-includes/class-wp-shutdown-handler.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
140 140 * @return string Error message HTML output. 141 141 */ 142 142 protected function get_error_message_markup() { 143 if ( ! function_exists( '__' ) ) { 144 function __( $text ) { 145 return $text; 146 } 147 } 143 wp_load_translations_early(); 148 144 149 145 $message = sprintf( 150 146 '<p>%s</p>',