diff --git a/src/bp-blogs/bp-blogs-template.php b/src/bp-blogs/bp-blogs-template.php
index 6733bb35f..41dcad5ba 100644
|
a
|
b
|
function bp_blog_avatar( $args = '' ) { |
| 338 | 338 | * @type bool $html Default: true. |
| 339 | 339 | * } |
| 340 | 340 | * @return string User avatar string. |
| | 341 | * |
| | 342 | * @global BP_Blogs_Template $blogs_template The main blog template loop class. |
| 341 | 343 | */ |
| 342 | 344 | function bp_get_blog_avatar( $args = '' ) { |
| 343 | 345 | global $blogs_template; |
| … |
… |
function bp_blog_name() { |
| 503 | 505 | * Return the name of the current blog in the loop. |
| 504 | 506 | * |
| 505 | 507 | * @return string The name of the current blog in the loop. |
| | 508 | * |
| | 509 | * @global BP_Blogs_Template $blogs_template The main blog template loop class. |
| 506 | 510 | */ |
| 507 | 511 | function bp_get_blog_name() { |
| 508 | 512 | global $blogs_template; |
| … |
… |
function bp_blog_id() { |
| 531 | 535 | * @since 1.7.0 |
| 532 | 536 | * |
| 533 | 537 | * @return int ID of the current blog in the loop. |
| | 538 | * |
| | 539 | * @global BP_Blogs_Template $blogs_template The main blog template loop class. |
| 534 | 540 | */ |
| 535 | 541 | function bp_get_blog_id() { |
| 536 | 542 | global $blogs_template; |
| … |
… |
function bp_blog_description() { |
| 563 | 569 | * Return the description of the current blog in the loop. |
| 564 | 570 | * |
| 565 | 571 | * @return string Description of the current blog in the loop. |
| | 572 | * |
| | 573 | * @global BP_Blogs_Template $blogs_template The main blog template loop class. |
| 566 | 574 | */ |
| 567 | 575 | function bp_get_blog_description() { |
| 568 | 576 | global $blogs_template; |
| … |
… |
function bp_blog_last_active( $args = array() ) { |
| 642 | 650 | * Default: true. |
| 643 | 651 | * } |
| 644 | 652 | * @return string Last active date. |
| | 653 | * |
| | 654 | * @global BP_Blogs_Template $blogs_template The main blog template loop class. |
| 645 | 655 | */ |
| 646 | 656 | function bp_get_blog_last_active( $args = array() ) { |
| 647 | 657 | global $blogs_template; |