From e76ff1769e95005f39c0a8f911734ccfb8e52fe4 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 26 Jan 2012 00:16:01 +0000 Subject: [PATCH] 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 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.