Changeset 1811 for trunk/bp-themes/bp-sn-framework/wire/post-list.php
- Timestamp:
- 09/07/2009 07:35:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-framework/wire/post-list.php
r1655 r1811 37 37 <div class="wire-post-metadata"> 38 38 <?php bp_wire_post_author_avatar() ?> 39 <?php printf ( __( 'On %1$s %2$s said:', "buddypress" ), bp_ wire_post_date( null, false ), bp_wire_post_author_name( false) ) ?>39 <?php printf ( __( 'On %1$s %2$s said:', "buddypress" ), bp_get_wire_post_date(), bp_get_wire_post_author_name() ) ?> 40 40 <?php bp_wire_delete_link() ?> 41 41
Note: See TracChangeset
for help on using the changeset viewer.