Skip to:
Content

BuddyPress.org

Ticket #8890: 8890-bp-core-template.diff

File 8890-bp-core-template.diff, 653 bytes (added by viralsampat, 3 years ago)
  • src/bp-core/bp-core-template.php

    diff --git a/src/bp-core/bp-core-template.php b/src/bp-core/bp-core-template.php
    index 9ef914ed9..3b2f326de 100644
    a b function bp_get_options_avatar() { 
    189189 * Output a comment author's avatar.
    190190 *
    191191 * Not currently used in BuddyPress.
     192 *
     193 * @global $comment.
    192194 */
    193195function bp_comment_author_avatar() {
    194196        global $comment;
    function bp_comment_author_avatar() { 
    208210 * Output a post author's avatar.
    209211 *
    210212 * Not currently used in BuddyPress.
     213 *
     214 * @global WP_Post $post Post object
    211215 */
    212216function bp_post_author_avatar() {
    213217        global $post;