Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/06/2009 03:07:48 AM (17 years ago)
Author:
apeatling
Message:

Converted $bp as an array to $bp as an object. See this post for more info: http://buddypress.org/forums/topic.php?id=1125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire/bp-wire-ajax.php

    r531 r1021  
    2222                                <div class="wire-post-metadata">
    2323                                        <?php bp_wire_post_author_avatar() ?>
    24                                         On <?php bp_wire_post_date() ?>
    25                                         <?php bp_wire_post_author_name() ?> said:
     24                                        <?php _e( 'On', 'buddypress' ) ?> <?php bp_wire_post_date() ?>
     25                                        <?php bp_wire_post_author_name() ?> <?php _e( 'said:', 'buddypress' ) ?>
    2626                                        <?php bp_wire_delete_link() ?>
    2727                                </div>
Note: See TracChangeset for help on using the changeset viewer.