Changeset 10355 for trunk/src/bp-core/classes/class-bp-suggestions.php
- Timestamp:
- 11/15/2015 07:13:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-suggestions.php
r10108 r10355 57 57 * Constructor. 58 58 * 59 * @since 2.1.0 60 * 59 61 * @param array $args Optional. If set, used as the parameters for the suggestions service query. 60 * @since 2.1.061 62 */ 62 63 public function __construct( array $args = array() ) { … … 69 70 * Set the parameters for the suggestions service query. 70 71 * 72 * @since 2.1.0 73 * 71 74 * @param array $args { 72 75 * @type int $limit Maximum number of results to display. Optional, default: 16. … … 75 78 * Mandatory. 76 79 * } 77 * @since 2.1.078 80 */ 79 81 public function set_query( array $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.