Changeset 56301
- Timestamp:
- 07/25/2023 01:14:26 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r56274 r56301 1744 1744 * @return array|null List of attribute names, or `null` when no tag opener is matched. 1745 1745 */ 1746 function get_attribute_names_with_prefix( $prefix ) {1746 public function get_attribute_names_with_prefix( $prefix ) { 1747 1747 if ( $this->is_closing_tag || null === $this->tag_name_starts_at ) { 1748 1748 return null;
Note: See TracChangeset
for help on using the changeset viewer.