Ticket #3197 (closed enhancement: fixed)
wp_allow_comment has unused code
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.0.4 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The wp_allow_comment function has some code which is never used (anymore).
$comment_user_domain = apply_filters('pre_comment_user_domain', gethostbyaddr($comment_author_IP) );
Attachments
Change History
I meant: This will also fix #1738.
I really should be going to bed...
- Version changed from 2.1 to 2.0.4
- Milestone changed from 2.1 to 2.0.5
Just noticed 2.0 branch also has this issue.
comment:4
markjaquith — 5 years ago
- Status changed from new to closed
- Resolution set to fixed
comment:5
markjaquith — 5 years ago
Note: See
TracTickets for help on using
tickets.

