Skip to:
Content

BuddyPress.org

Changeset 6683


Ignore:
Timestamp:
12/28/2012 05:20:45 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Use array instead of query string in /bp-legacy/activity/comment.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/comment.php

    r5737 r6683  
    1818    <div class="acomment-avatar">
    1919        <a href="<?php bp_activity_comment_user_link(); ?>">
    20             <?php bp_activity_avatar( 'type=thumb&user_id=' . bp_get_activity_comment_user_id() ); ?>
     20            <?php bp_activity_avatar( array(
     21                'type'    => 'thumb',
     22                'user_id' => bp_get_activity_comment_user_id()
     23            ) ); ?>
    2124        </a>
    2225    </div>
Note: See TracChangeset for help on using the changeset viewer.