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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-01-26 00:16:01 +00:00
parent 0c141a4721
commit e76ff1769e

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.