From 2825626009377e6632f28d8733fd838eb530ff92 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 26 Feb 2008 23:04:44 +0000 Subject: [PATCH] Remove listman from script loader git-svn-id: http://svn.automattic.com/wordpress/trunk@7053 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/script-loader.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 4efacf10e..2f8f475cb 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -61,12 +61,6 @@ class WP_Scripts { 'whoaText' => __("Slow down, I'm still sending your data!") ) ); - $this->add( 'listman', '/wp-includes/js/list-manipulation.js', array('wp-ajax', 'jquery-color'), '20070306' ); - $this->localize( 'listman', 'listManL10n', array( - 'jumpText' => __('Jump to new item'), - 'delText' => __('Are you sure you want to delete this %thing%?') - ) ); - $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20080226' ); $this->localize( 'wp-lists', 'wpListL10n', array( 'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php'