From 845595cb8ebe90d31394b2569ddfb927d74a18aa Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 5 Nov 2024 14:45:37 +0330 Subject: [PATCH] Remove an outdated comment No href will be added on the JS side either. Change-Id: I4c78fef10c24a942db7e468106588b16012ab653 --- includes/CategoryTree.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/CategoryTree.php b/includes/CategoryTree.php index 06a90ecd..db4abef4 100644 --- a/includes/CategoryTree.php +++ b/includes/CategoryTree.php @@ -351,7 +351,6 @@ class CategoryTree { $attr['class'] = 'CategoryTreeEmptyBullet'; } else { $linkattr = [ - // href and role will be added client-side 'class' => 'CategoryTreeToggle', 'data-ct-title' => $key, ];