Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2016 06:53:30 PM (9 years ago)
Author:
djpaul
Message:

Fix indentation on lines beginning with a space character followed by a tab.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/deprecated/2.1.php

    r10446 r10487  
    459459                'alt'     => sprintf( __( 'Profile picture of %s', 'buddypress' ), $author->display_name )
    460460            ) );
    461             echo ' ' . $author->display_name . '</a>';
     461            echo ' ' . $author->display_name . '</a>';
    462462            echo '<div class="admin-bar-clear"></div>';
    463463            echo '</li>';
Note: See TracChangeset for help on using the changeset viewer.