Remove unused bits, see #8254
git-svn-id: https://develop.svn.wordpress.org/trunk@9811 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
94d1bc066c
commit
019e10a7a5
|
@ -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