Themes: Correct the documented types for theme mod values.

A theme mod value can be of any type, not just a string.

See #53399

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


git-svn-id: http://core.svn.wordpress.org/trunk@51189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2021-08-07 13:55:04 +00:00
parent 52137a090b
commit 72e66e8910
2 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51577';
$wp_version = '5.9-alpha-51578';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.