Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2018 08:52:21 PM (7 years ago)
Author:
djpaul
Message:

Templates, Nouveau: function argument indentation tweaks, and minor code standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/activity/comment.php

    r11855 r11856  
    1212    <div class="acomment-avatar item-avatar">
    1313        <a href="<?php bp_activity_comment_user_link(); ?>">
    14             <?php bp_activity_avatar( array( 'type' => 'thumb', 'user_id' => bp_get_activity_comment_user_id() ) ); ?>
     14            <?php
     15            bp_activity_avatar(
     16                array(
     17                    'type'    => 'thumb',
     18                    'user_id' => bp_get_activity_comment_user_id(),
     19                )
     20            );
     21            ?>
    1522        </a>
    1623    </div>
Note: See TracChangeset for help on using the changeset viewer.