Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/17/2012 10:08:48 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Post Time:

  • Use new post-time template-tags in appropriate bbp-twentyten templates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php

    r3906 r4158  
    1313        <td colspan="2">
    1414
    15             <?php printf( __( '%1$s at %2$s', 'bbpress' ), get_the_date(), esc_attr( get_the_time() ) ); ?>
     15            <span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>
    1616
    1717            <a href="<?php bbp_reply_url(); ?>" title="<?php bbp_reply_title(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a>
Note: See TracChangeset for help on using the changeset viewer.