diff --git a/wp-settings.php b/wp-settings.php index 59c9e7c5d0..8bc97c8e9b 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -99,7 +99,7 @@ register_shutdown_function( 'shutdown_action_hook' ); if ( SHORTINIT ) return false; -// Load the l18n library. +// Load the L10n library. require( ABSPATH . WPINC . '/l10n.php' ); // Run the installer if WordPress is not installed.