From 62927ab65b314d814c87dd54649d64e7553853d1 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 15 Jun 2006 07:24:44 +0000 Subject: [PATCH] Remove wp- prefix from wp-l10n.php git-svn-id: http://svn.automattic.com/wordpress/trunk@3870 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/{wp-l10n.php => l10n.php} | 0 wp-settings.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename wp-includes/{wp-l10n.php => l10n.php} (100%) diff --git a/wp-includes/wp-l10n.php b/wp-includes/l10n.php similarity index 100% rename from wp-includes/wp-l10n.php rename to wp-includes/l10n.php diff --git a/wp-settings.php b/wp-settings.php index 03f07baab..ea94edee7 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -113,7 +113,7 @@ wp_cache_init(); require (ABSPATH . WPINC . '/functions.php'); require (ABSPATH . WPINC . '/default-filters.php'); -require_once (ABSPATH . WPINC . '/wp-l10n.php'); +require_once (ABSPATH . WPINC . '/l10n.php'); if ( !is_blog_installed() && (!strstr($_SERVER['PHP_SELF'], 'install.php') && !defined('WP_INSTALLING')) ) { if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )