Build/Test: Remove unused ink-docstrap.

jsdoc is not currently in use and this theme for it is very out of date. There are currently a small handful of minor vulnerabilities within transitive dependencies being privately reported by Dependabot that cannot be resolved due to version constraints within ink-docstrap. While this in no way affects WordPress (since this code is not used by WordPress), it does create noise which can be eliminated.

This was first added in [41351] as a part of #41682.

Props desrosj.
Fixes #62935.

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


git-svn-id: http://core.svn.wordpress.org/trunk@59277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2025-03-04 21:37:29 +00:00
parent 9bb1251fcd
commit 239f2e0f0c

View File

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