Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61827, comment 14


Ignore:
Timestamp:
10/23/2024 04:13:23 PM (8 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61827, comment 14

    initial v1  
    1414        $commentdata['comment_agent']
    1515) ) {
    16         $commentdata['comment_approved'] =  = EMPTY_TRASH_DAYS ? 'trash' : 'spam';
     16        $commentdata['comment_approved'] = EMPTY_TRASH_DAYS ? 'trash' : 'spam';
    1717}
    1818}}}