[buddypress-trac] [BuddyPress Trac] #5785: Typo error in bp_messages_pagination_count
buddypress-trac
noreply at wordpress.org
Mon Jul 28 21:17:57 UTC 2014
#5785: Typo error in bp_messages_pagination_count
--------------------------+-----------------
Reporter: danbp | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.1
Component: Messaging | Version:
Severity: normal | Keywords:
--------------------------+-----------------
I'm wondering about the closing and opening php tags at the end of these
function (bp-messages/bp-messages-template.php:720)
Seems to be unecessary ?
{{{
function bp_messages_pagination_count() {
[....]
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
}
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5785>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list