External Libraries: Update json2php to version 0.0.12.

A full list of changes can be found on GitHub: https://github.com/daniel-zahariev/json2php/compare/0.0.9...v0.0.12.

Fixes #63051.
Built from https://develop.svn.wordpress.org/trunk@59928


git-svn-id: http://core.svn.wordpress.org/trunk@59270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2025-03-04 14:45:30 +00:00
parent 6933eaf608
commit 9735646a21

View File

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