#2978 closed enhancement (fixed)
comments.php is not using comment_form()
| Reported by: | DJPaul | Owned by: | DJPaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5 |
| Component: | Templates | Version: | 1.5 |
| Severity: | Keywords: | commit gci | |
| Cc: |
Description
BP-Default's comments.php is not using comment_form() for the comment form. This should be changed so that BP-Default doesn't fail on this for the theme-check. This ought to be an invisible change on the front-end so styles will need updating.
Attachments (1)
Change History (5)
#2
@
16 years ago
- Keywords commit added; needs-patch removed
- Owner set to
- Status new → assigned
Patch is really good -- thanks very much for the contribution, I've marked the GCI task as complete :)
BuddyPress-wise, before committing, I'm going to have a think about creating a convenience wrapper function so we don't have to have so much $defaults properties in the actual template. If anyone's got a good idea on how best to do this, let us know.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I have implemented this locally and it looks the same as before comment_form() was used. This was done for a Google Code In task.