Tests: Improve the test for the copyright year in bundled themes' `readme.txt`.

This aims to catch entries like `(C) 2024 WordPress.org` in addition to `Copyright 2024 WordPress.org`.

Includes converting the test to use a data provider, so that messages could be displayed for each individual theme.

Follow-up to [46719], [59569].

See #62280.
Built from https://develop.svn.wordpress.org/trunk@59579


git-svn-id: http://core.svn.wordpress.org/trunk@58965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2025-01-06 16:00:24 +00:00
parent 0fc42c6443
commit fe90ec9f08
1 changed files with 1 additions and 1 deletions

View File

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