#1776 closed enhancement (fixed)
Allow multiple links to wordpress.org on make blogs
| Reported by: | jorbin | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
10 years ago
#4
in reply to: ↑ 2
@
10 years ago
- Keywords needs-patch added
- Type defect → enhancement
Replying to ocean90:
Adding
$commentmight be helpful here so we can adjust$num_links.
See #core37955.
#5
@
10 years ago
The $comment parameter has been committed in [core38748].
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.