Bootstrap: exclude some files from the Composer autoload setup via `exclude-from-classmap`.
See #36335. Built from https://develop.svn.wordpress.org/trunk@38391 git-svn-id: http://core.svn.wordpress.org/trunk@38332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3c6dd1d00d
commit
99aef2df30
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38390';
|
||||
$wp_version = '4.7-alpha-38391';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue