Changeset 60503
- Timestamp:
- 07/24/2025 07:07:29 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/html-api/wpHtmlProcessorMetaTag.php
r60502 r60503 48 48 * Data provider. 49 49 */ 50 public function data_unsupported_meta_tags(): array {50 public static function data_unsupported_meta_tags(): array { 51 51 return array( 52 52 'With charset' => array( '<meta charset="utf8">', 'Cannot yet process META tags with charset to determine encoding.' ),
Note: See TracChangeset
for help on using the changeset viewer.