Skip to:
Content

BuddyPress.org

Ticket #7097: 7097-incorrect-return-type.diff

File 7097-incorrect-return-type.diff, 373 bytes (added by tw2113, 8 years ago)
  • src/bp-core/bp-core-functions.php

    diff --git src/bp-core/bp-core-functions.php src/bp-core/bp-core-functions.php
    index ec68972..5248bbd 100644
    function bp_core_get_suggestions( $args ) { 
    26912691 *
    26922692 * @since 2.3.0
    26932693 *
    2694  * @return string
     2694 * @return bool|array
    26952695 */
    26962696function bp_upload_dir() {
    26972697        $bp = buddypress();