Changeset 13147 for trunk/src/bp-blogs/bp-blogs-template.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-template.php
r13108 r13147 98 98 /** 99 99 * Rewind the blogs and reset blog index. 100 * 101 * @global BP_Blogs_Template $blogs_template {@link BP_Blogs_Template} 100 102 */ 101 103 function bp_rewind_blogs() { … … 112 114 * display a list of activity items. 113 115 * 114 * @global object$blogs_template {@link BP_Blogs_Template}116 * @global BP_Blogs_Template $blogs_template {@link BP_Blogs_Template} 115 117 * 116 118 * @param array|string $args { … … 134 136 * 'active', 'alphabetical', 'newest', or 'random'. 135 137 * @type array $include_blog_ids Array of blog IDs to limit results to. 136 * @type string $sort 'ASC' or 'DESC'. Default: 'DESC'.137 138 * @type string $search_terms Limit results by a search term. Default: the value of `$_REQUEST['s']` or 138 139 * `$_REQUEST['sites_search']`, if present.
Note: See TracChangeset
for help on using the changeset viewer.