From 5cf6c7449931829fe9a88a3b97fa07a3837e8bb0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Sep 2015 01:33:24 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/user.php, the top-level file for the core Users API. Also adds inline DocBlocks for the `require_once()` calls that now bring in core users functionality and the `WP_User_Query` class, as of [33749]. See #33413. See #33701. Built from https://develop.svn.wordpress.org/trunk@33897 git-svn-id: http://core.svn.wordpress.org/trunk@33866 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 8 ++++++-- wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 4ee3497e43..652a83952d 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1,10 +1,14 @@