Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-filters.php

    r7024 r7228  
    106106 * @package BuddyPress Core
    107107 * @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 blog
     108 * @return string The blog name for the root blog
    109109 */
    110110function bp_core_email_from_name_filter() {
     
    159159 * @param string $redirect_to The URL to be redirected to, sanitized in wp-login.php
    160160 * @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. Otherwise
     161 * @param WP_User $user The WP_User object corresponding to a successfully logged-in user. Otherwise
    162162 *   a WP_Error object
    163163 * @return string The redirect URL
Note: See TracChangeset for help on using the changeset viewer.