Roles: set a property, $db, on WP_Roles to reduce global imports.

See #37699.

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


git-svn-id: http://core.svn.wordpress.org/trunk@38328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2016-08-26 21:16:59 +00:00
parent b9f516e55e
commit 35bdc07eac
2 changed files with 15 additions and 10 deletions

View File

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