buddypress/bp-members
Boone B Gorges 7d4969a931 Moves bp_displayed_user_id() and bp_loggedin_user_id() to Core component
The function bp_displayed_user_id() and bp_loggedin_user_id() are referenced
throughout BuddyPress's Core component when doing things like checking page
type. In certain circumstances, these checks might happen after the Core
component is loaded, but before the Members component is loaded. For this
reason, it's important that the functions live in Core rather than Members,
to avoid fatal errors.

Fixes #4403

Props steve7777

git-svn-id: https://buddypress.svn.wordpress.org/branches/1.6@6248 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2012-08-08 17:12:20 +00:00
..
bp-members-actions.php First pass at adding user capabilities screen and action to settings component: 2012-02-23 06:18:39 +00:00
bp-members-adminbar.php Tidy up incorrect phpdoc 2012-06-13 19:35:41 +00:00
bp-members-buddybar.php s/admin bar/toolbar. Fixes #4056 2012-02-28 22:05:51 +00:00
bp-members-filters.php Fullname: 2012-07-27 00:04:20 +00:00
bp-members-functions.php Members: 2012-07-27 03:19:08 +00:00
bp-members-loader.php Add 'BuddyPress' to all 1.5 phpdoc since's. 2012-03-16 01:06:05 +00:00
bp-members-notifications.php Remove unneeded globals and clean up some code in Members component. Remove signup file and move its code into screens and functions. See #3989. 2012-02-11 02:29:55 +00:00
bp-members-screens.php Cleans up PHP warnings on strict mode by defining global properties as stdClass 2012-08-06 19:26:31 +00:00
bp-members-template.php Moves bp_displayed_user_id() and bp_loggedin_user_id() to Core component 2012-08-08 17:12:20 +00:00