Make WordPress Core

Ticket #38973: post.php.diff

File post.php.diff, 528 bytes (added by mt8.biz, 8 years ago)
  • src/wp-admin/includes/post.php

     
    11601160 * @since 4.7.0
    11611161 * @access private
    11621162 *
     1163 * @global wpdb $wpdb WordPress database abstraction object.
     1164 *
    11631165 * @param array $clauses An array including WHERE, GROUP BY, JOIN, ORDER BY,
    11641166 *                       DISTINCT, fields (SELECT), and LIMITS clauses.
    11651167 * @return array The modified clauses.