Opened 15 years ago
Closed 14 years ago
#1788 closed defect (bug) (wontfix)
empty tag in bp-message rev 2568
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2.4 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
in bp-message.php:106
there is a empty strong tag
if ( $count = messages_get_unread_count() )
$name = sprintf( ('Messages <strong>(%s)</strong>', 'buddypress'), $count );
else
$name = ('Messages <strong></strong>', 'buddypress');
Change History (3)
Note: See
TracTickets for help on using
tickets.
i belive it's intended to be empty so that no messages are displayed if messages_get_unread_count() is null.