Opened 13 years ago
Closed 13 years ago
#5316 closed defect (bug) (fixed)
One semicolon too many at the messages template
| Reported by: | MacPresss | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Messages | Version: | 1.9.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
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' ); ?>
Attachments (1)
Change History (3)
#1
@
13 years ago
- Milestone Awaiting Review → 2.0
- Type enhancement → defect (bug)
Good catch!
(You've submitted a full PHP file rather than a patch against a SVN checkout. Here's a pretty straightforward guide to getting a SVN dev environment setup and using TortoiseSVN to generate patch files: http://www.doitwithwp.com/submit-patch-wordpress-core-beginners/ It's for WP, but you can apply the same ideas to BP. Our SVN trunk address is http://buddypress.svn.wordpress.org/trunk.)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch ?