Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #34997


Ignore:
Timestamp:
12/11/2015 12:19:49 PM (9 years ago)
Author:
johnbillion
Comment:

Culprit: [35435].

The workaround is to switch to the user_id field instead of user_ID.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34997

    • Property Focuses docs removed
    • Property Milestone changed from Awaiting Review to 4.4.1
    • Property Keywords reporter-feedback needs-patch added
  • Ticket #34997 – Description

    initial v4  
    1 in comments.php, line 1680, the old {{{ $commentdata['user_ID'] }}} field is not being set.
     1in wp-includes/comment.php, line 1680, the old {{{ $commentdata['user_ID'] }}} field is not being set.
    22
    33As a result, all old filters using the old field name in preprocess_comment filter will not have the proper parameter set.