Make WordPress Core

Changeset 48227


Ignore:
Timestamp:
06/30/2020 11:28:55 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Comments: Correct $wpdb->prepare() usage in _wp_batch_update_comment_type().

Follow-up to [47597], [48225].

See #50513, #49236.

File:
1 edited

Legend:

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

    r48225 r48227  
    38483848            WHERE comment_type = ''
    38493849            ORDER BY comment_ID DESC
    3850             LIMIT %d"
    3851         ),
    3852         $comment_batch_size
     3850            LIMIT %d",
     3851            $comment_batch_size
     3852        )
    38533853    );
    38543854
Note: See TracChangeset for help on using the changeset viewer.