[buddypress-trac] [BuddyPress] #5316: One semicolon too many at the messages template
buddypress-trac
noreply at wordpress.org
Mon Dec 30 08:26:01 UTC 2013
#5316: One semicolon too many at the messages template
-------------------------+-----------------------------
Reporter: MacPresss | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Messaging | Version: 1.9.1
Severity: minor | Keywords: has-patch
-------------------------+-----------------------------
One semicolon too mant at the '''messages.php''' template.
Line 57
Old:
{{{
<?php bp_get_template_part( 'members/single/messages/notices-loop' );; ?>
}}}
New:
{{{
<?php bp_get_template_part( 'members/single/messages/notices-loop' ); ?>
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5316>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list