Remove unused bits, see #8254

git-svn-id: http://svn.automattic.com/wordpress/trunk@9811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-20 11:16:38 +00:00
parent 8b2ae432a3
commit 6eb239267f

View File

@ -349,17 +349,3 @@ columns = {
}
})(jQuery);
/*
(function($) {
$.attrEn = function(elem, name, value) {
if ( typeof value === 'string' )
value = $('<span>'+value+'</span>').html();
return $.attr(elem, name, value);
}
$.fn.valEn = function(value) {
if ( typeof value === 'string' )
value = $('<span>'+value+'</span>').html();
return $.fn.val.call(this, value);
}
})(jQuery);
*/