#1776 closed enhancement (fixed)
Allow multiple links to wordpress.org on make blogs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Make (Get Involved) / P2 | Keywords: | needs-patch |
| Cc: |
Description
the auto moderation option in wp-admin/options-discussion.php should be adjusted so that multiple links to wordpress.org sites (such as trac links on make/core) don't get held for moderation.
Change History (8)
This ticket was mentioned in Slack in #design by jorbin. View the logs.
9 years ago
#4
in reply to:
↑ 2
@
9 years ago
- Keywords needs-patch added
- Type changed from defect to enhancement
Replying to ocean90:
Adding
$commentmight be helpful here so we can adjust$num_links.
See #core37955.
#5
@
9 years ago
The $comment parameter has been committed in [core38748].
Note: See
TracTickets for help on using
tickets.
check_comment()has a filtercomment_max_links_urlbut it only provides$num_linksand$url(author URL). Adding$commentmight be helpful here so we can adjust$num_links.