Make WordPress Core


Ignore:
Timestamp:
10/01/2015 01:48:14 AM (9 years ago)
Author:
helen
Message:

Comments: Trash blacklisted comments by default.

If trash is disabled, they wil continue to go into spam like they do now.

props wonderboymusic, solarissmoke, MikeHansenMe.
fixes #7051.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-functions.php

    r34711 r34726  
    674674            $commentdata['comment_agent']
    675675        ) ) {
    676             $approved = 'spam';
     676            $approved = EMPTY_TRASH_DAYS ? 'trash' : 'spam';
    677677        }
    678678    }
Note: See TracChangeset for help on using the changeset viewer.