Make WordPress Core

Ticket #44585: 44585.2.diff

File 44585.2.diff, 764 bytes (added by mbelchev, 6 years ago)
  • src/wp-includes/wp-db.php

    diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php
    index 0abb2fd066..e711c1709c 100644
    a b class wpdb { 
    12011201         *
    12021202         * Literal percentage signs (%) in the query string must be written as %%. Percentage wildcards (for example,
    12031203         * to use in LIKE syntax) must be passed via a substitution argument containing the complete LIKE string, these
    1204          * cannot be inserted directly in the query string. Also see {@see esc_like()}.
     1204         * cannot be inserted directly in the query string. Also see wpdb::esc_like().
    12051205         *
    12061206         * Arguments may be passed as individual arguments to the method, or as a single array containing all arguments. A combination
    12071207         * of the two is not supported.