Changeset 44622 for trunk/src/wp-includes/class-wp-shutdown-handler.php
- Timestamp:
- 01/16/2019 01:33:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-shutdown-handler.php
r44524 r44622 142 142 protected function get_error_message_markup() { 143 143 if ( ! function_exists( '__' ) ) { 144 function __( $text ) { 145 return $text; 146 } 144 wp_load_translations_early(); 147 145 } 148 146
Note: See TracChangeset
for help on using the changeset viewer.