Changeset 13395 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 01/07/2023 12:18:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r13303 r13395 99 99 * Rewind the blogs and reset blog index. 100 100 * 101 * @global BP_Blogs_Template $blogs_template {@link BP_Blogs_Template}101 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 102 102 */ 103 103 function bp_rewind_blogs() { … … 120 120 * @since 10.0.0 Added $date_query parameter 121 121 * 122 * @global BP_Blogs_Template $blogs_template {@link BP_Blogs_Template}122 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 123 123 * 124 124 * @param array|string $args { … … 203 203 * Determine if there are still blogs left in the loop. 204 204 * 205 * @global object $blogs_template {@link BP_Blogs_Template}205 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 206 206 * 207 207 * @return bool Returns true when blogs are found. … … 216 216 * Get the current blog object in the loop. 217 217 * 218 * @global object $blogs_template {@link BP_Blogs_Template}218 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 219 219 * 220 220 * @return object The current blog within the loop. … … 240 240 * @since 2.7.0 241 241 * 242 * @global object $blogs_template {@link BP_Blogs_Template}242 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 243 243 * 244 244 * @return string … … 281 281 * Return the blogs pagination links. 282 282 * 283 * @global object $blogs_template {@link BP_Blogs_Template}283 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 284 284 * 285 285 * @return string HTML pagination links. … … 593 593 * @since 1.7.0 594 594 * 595 * @global BP_Blogs_Template $blogs_template 595 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 596 596 * 597 597 * @param array $classes Array of custom classes. … … 765 765 * @since 1.7.0 766 766 * 767 * @global BP_Blogs_Template 767 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 768 768 * 769 769 * @return string Post title. … … 802 802 * @since 1.7.0 803 803 * 804 * @global BP_Blogs_Template 804 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 805 805 * 806 806 * @return string URL of the blog's latest post. … … 838 838 * @since 1.7.0 839 839 * 840 * @global BP_Blogs_Template 840 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 841 841 * 842 842 * @return string Content of the blog's latest post. … … 877 877 * @since 1.7.0 878 878 * 879 * @global BP_Blogs_Template 879 * @global BP_Blogs_Template $blogs_template The main blog template loop class. 880 880 * 881 881 * @param string $size Image version to return. 'thumbnail', 'medium',
Note: See TracChangeset
for help on using the changeset viewer.