Skip to:
Content

BuddyPress.org

Changeset 8742


Ignore:
Timestamp:
07/31/2014 01:20:29 PM (10 years ago)
Author:
djpaul
Message:

Messages: remove unnecessary closing PHP tag after a function.

Fixes #5785

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-template.php

    r8706 r8742  
    718718    $total = bp_core_number_format( $messages_template->total_thread_count );
    719719
    720     echo sprintf( _n( 'Viewing message %1$s to %2$s (of %3$s message)', 'Viewing message %1$s to %2$s (of %3$s messages)', $total, 'buddypress' ), $from_num, $to_num, number_format_i18n( $total ) ); ?><?php
     720    echo sprintf( _n( 'Viewing message %1$s to %2$s (of %3$s message)', 'Viewing message %1$s to %2$s (of %3$s messages)', $total, 'buddypress' ), $from_num, $to_num, number_format_i18n( $total ) );
    721721}
    722722
Note: See TracChangeset for help on using the changeset viewer.