We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a216cb6 commit b7cac44Copy full SHA for b7cac44
lib/experimental/html/class-wp-html-tag-processor.php
@@ -1428,7 +1428,7 @@ public function get_attribute( $name ) {
1428
* @since 6.2.0
1429
*
1430
* @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.
+ * @return array|null Associative array of matching attribute names and values, or `null` if not at a tag.
1432
* Boolean attributes map to `true`.
1433
*/
1434
function get_attributes_by_prefix( $prefix ) {
0 commit comments