Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/07/2009 07:35:11 PM (15 years ago)
Author:
apeatling
Message:

Fixes #536

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-framework/wire/post-list.php

    r1655 r1811  
    3737                <div class="wire-post-metadata">
    3838                    <?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() ) ?>
    4040                    <?php bp_wire_delete_link() ?>
    4141                   
Note: See TracChangeset for help on using the changeset viewer.