mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
8b2ae432a3
commit
6eb239267f
@ -349,17 +349,3 @@ columns = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
})(jQuery);
|
})(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);
|
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user