Add the proper access modifier to _init_caps() in WP_User. Add __call() for BC.

See #32444.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-06-12 17:26:25 +00:00
parent d2a00338f6
commit 3b1e434c3b
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32730';
$wp_version = '4.3-alpha-32731';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.