Build Tools: Fix JSDoc configuration include paths.

After [43309] the JSDoc configuration was broken, this fixes that.

Props herregroen.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
atimmer 2018-06-28 02:28:58 +00:00
parent 8f21b4c607
commit dbf155d93b

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43343';
$wp_version = '5.0-alpha-43344';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.