Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (11 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-forums/bp-forums-bbpress-sa.php

    r6342 r7228  
    222222 * the bbPress stand-alone tables without loading a conflicting WP Admin.
    223223 *
    224  * @param unknown_type $queries
    225  * @param unknown_type $execute
    226  * @return unknown
     224 * @param array $queries
     225 * @param bool $execute Optional; defaults to true.
     226 * @return array
    227227 */
    228228function bp_bb_dbDelta($queries, $execute = true) {
Note: See TracChangeset for help on using the changeset viewer.