Build/Test Tools: Remove erroneous PHP tags for translations from QUnit HTML file.

The markup had surely been copied from the PHP source file, as opposed to being copied from the rendered HTML, as it should have been.

Developed in https://github.com/WordPress/wordpress-develop/pull/11403

Follow-up to r41773.

Props westonruter, jonsurrell, desrosj, SergeyBiryukov.
See #64225, #40104.

Built from https://develop.svn.wordpress.org/trunk@62184


git-svn-id: http://core.svn.wordpress.org/trunk@61464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2026-03-31 17:02:44 +00:00
parent 3a476a9f7d
commit e8a10622c6

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.1-alpha-62182';
$wp_version = '7.1-alpha-62184';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.