From f37363b3add9cad0871d194e61737c06b5fad41f Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Nov 2024 12:18:20 +0100 Subject: [PATCH] Deprecate `wcfTabs` see #5974 --- wcfsetup/install/files/js/WCF.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index d85143825b..5aabd2412e 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -6436,6 +6436,9 @@ jQuery.fn.extend({ } }); +/** + * @deprecated 6.2 Use `WoltLabSuite/Core/Ui/TabMenu` instead. + */ jQuery.fn.extend({ wcfTabs: function(method) { var element = this[0], parameters = Array.prototype.slice.call(arguments, 1); -- 2.20.1