Opened 18 years ago
Closed 18 years ago
#444 closed defect (bug) (no action required)
bp-xprofile-admin.php is missing closing ?>
| Reported by: | maxaud | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
http://trac.buddypress.org/browser/trunk/bp-xprofile/bp-xprofile-admin.php
Missing the closing bracket of the <?php tag
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Closing brackets are removed from include files to prevent blank spaces being added to the end of files causing header issues. This is common practice in WordPress.