Changeset 9242
- Timestamp:
- 12/20/2014 05:55:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r9192 r9242 2046 2046 */ 2047 2047 function bp_core_get_suggestions( $args ) { 2048 $args = wp_parse_args( $args);2048 $args = bp_parse_args( $args, array(), 'get_suggestions' ); 2049 2049 2050 2050 if ( ! $args['type'] ) {
Note: See TracChangeset
for help on using the changeset viewer.