Ticket #7097: 7097-incorrect-return-type.diff
File 7097-incorrect-return-type.diff, 373 bytes (added by , 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 ) { 2691 2691 * 2692 2692 * @since 2.3.0 2693 2693 * 2694 * @return string2694 * @return bool|array 2695 2695 */ 2696 2696 function bp_upload_dir() { 2697 2697 $bp = buddypress();