Changeset 13147 for trunk/src/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 11/13/2021 06:40:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r13140 r13147 92 92 * @param array $args { 93 93 * Array of arguments. 94 * @type int $offset The offset to use.95 * @type int $limit The number of blogs to record at one time.96 * @type array $blog_ids Blog IDs to record. If empty, all blogs will be recorded.97 * @type array $site_id The network site ID to use.94 * @type int $offset The offset to use. 95 * @type int $limit The number of blogs to record at one time. 96 * @type array $blog_ids Blog IDs to record. If empty, all blogs will be recorded. 97 * @type array $site_id The network site ID to use. 98 98 * } 99 *100 99 * @return bool 101 100 */
Note: See TracChangeset
for help on using the changeset viewer.