Changeset 7228 for trunk/bp-core/bp-core-filters.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-filters.php
r7024 r7228 106 106 * @package BuddyPress Core 107 107 * @uses bp_get_option() fetches the value for a meta_key in the wp_X_options table 108 * @return The blog name for the root blog108 * @return string The blog name for the root blog 109 109 */ 110 110 function bp_core_email_from_name_filter() { … … 159 159 * @param string $redirect_to The URL to be redirected to, sanitized in wp-login.php 160 160 * @param string $redirect_to_raw The unsanitized redirect_to URL ($_REQUEST['redirect_to']) 161 * @param obj$user The WP_User object corresponding to a successfully logged-in user. Otherwise161 * @param WP_User $user The WP_User object corresponding to a successfully logged-in user. Otherwise 162 162 * a WP_Error object 163 163 * @return string The redirect URL
Note: See TracChangeset
for help on using the changeset viewer.