From a9fd045e28ba1f2129feb10b157f4cbb0c0f5f19 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Thu, 22 Dec 2022 11:53:46 +0100 Subject: [PATCH] Remove superfluous parameter comment --- lib/experimental/html/class-wp-html-tag-processor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/experimental/html/class-wp-html-tag-processor.php b/lib/experimental/html/class-wp-html-tag-processor.php index 5b9772689434b..0d035be58d348 100644 --- a/lib/experimental/html/class-wp-html-tag-processor.php +++ b/lib/experimental/html/class-wp-html-tag-processor.php @@ -1417,7 +1417,6 @@ public function get_attribute( $name ) { * * @since 6.2.0 * - * @param string $prefix Prefix of attributes whose value is requested. * @return array|null List of attribute names, or `null` if not at a tag. */ function get_attribute_names() {