Skip to content

Commit b7cac44

Browse files
committed
Clarify comment
1 parent a216cb6 commit b7cac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/experimental/html/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ public function get_attribute( $name ) {
14281428
* @since 6.2.0
14291429
*
14301430
* @param string $prefix Prefix of attributes whose value is requested.
1431-
* @return array|null Associative array of attribute names and values, or `null` if not at a tag.
1431+
* @return array|null Associative array of matching attribute names and values, or `null` if not at a tag.
14321432
* Boolean attributes map to `true`.
14331433
*/
14341434
function get_attributes_by_prefix( $prefix ) {

0 commit comments

Comments
 (0)