Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/23/2012 08:21:58 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Remove debug cruft from bbp_get_reply_post_date().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/replies/template-tags.php

    r4647 r4648  
    547547            $gmt_s  = !empty( $gmt ) ? 'G' : 'U';
    548548            $date   = get_post_time( $gmt_s, $gmt, $reply_id );
    549             $result = $date;
    550549            $time   = false; // For filter below
    551             //$result = bbp_get_time_since( $date );
     550            $result = bbp_get_time_since( $date );
    552551
    553552        // August 4, 2012 at 2:37 pm
Note: See TracChangeset for help on using the changeset viewer.