From a40d92a942c1d166f4e6eee0198ae53bd33fae9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml>
Date: Wed, 26 Jul 2023 19:20:04 +0200
Subject: [PATCH] [TASK] Remove unexplained reference to Wordpress
 documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Resolves: #101451
Resolves: https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-CoreApi/issues/3244
Related: #90522
Releases: main, 12.4, 11.5
Change-Id: Ib6cd19b35f72138ee4667714d5fe9c8dbd8bbcca
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80145
Reviewed-by: Stefan B�rk <stefan@buerk.tech>
Tested-by: Stefan B�rk <stefan@buerk.tech>
Tested-by: core-ci <typo3@b13.com>
---
 typo3/sysext/core/Classes/Page/AssetCollector.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/typo3/sysext/core/Classes/Page/AssetCollector.php b/typo3/sysext/core/Classes/Page/AssetCollector.php
index e2b4cc6914f9..1125b994f124 100644
--- a/typo3/sysext/core/Classes/Page/AssetCollector.php
+++ b/typo3/sysext/core/Classes/Page/AssetCollector.php
@@ -37,8 +37,6 @@ use TYPO3\CMS\Core\Utility\ArrayUtility;
  * Note on the implementation:
  * - We use a Singleton to make use of the AssetCollector throughout Frontend process (similar to PageRenderer).
  * - Although this is not optimal, I don't see any other way to do so in the current code.
- *
- * https://developer.wordpress.org/reference/functions/wp_enqueue_style/
  */
 class AssetCollector implements SingletonInterface
 {
-- 
GitLab