mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
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 |
||
|---|---|---|
| .. | ||
| bp-members-actions.php | ||
| bp-members-adminbar.php | ||
| bp-members-buddybar.php | ||
| bp-members-filters.php | ||
| bp-members-functions.php | ||
| bp-members-loader.php | ||
| bp-members-notifications.php | ||
| bp-members-screens.php | ||
| bp-members-template.php | ||