It's L10n (or i18n). Not too sure what l18n stands for. (Typo from [12762].)

git-svn-id: https://develop.svn.wordpress.org/trunk@19758 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-01-26 00:16:01 +00:00
parent 8b38f2ff2f
commit a958005166

View File

@ -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.