Skip to:
Content

BuddyPress.org

Changeset 2667


Ignore:
Timestamp:
02/11/2010 12:52:04 PM (15 years ago)
Author:
apeatling
Message:

Removing debug code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r2666 r2667  
    570570                if ( !$comment->user_fullname )
    571571                    $comment->user_fullname = $comment->display_name;
    572 
    573                 var_dump($comment->content);
    574572
    575573                $content .= '<li id="acomment-' . $comment->id . '">';
Note: See TracChangeset for help on using the changeset viewer.