Make WordPress Core


Ignore:
Timestamp:
03/15/2019 11:17:57 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove unnecessary @see tag in wpdb::prepare().

The tag is only necessary for hooks. For functions and methods, autolinking is handled automatically on developer.wordpress.org.

Props mbelchev, ocean90, johannadevos.
Fixes #44585. See #45204.

File:
1 edited

Legend:

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

    r44563 r44901  
    12751275     * Literal percentage signs (%) in the query string must be written as %%. Percentage wildcards (for example,
    12761276     * to use in LIKE syntax) must be passed via a substitution argument containing the complete LIKE string, these
    1277      * cannot be inserted directly in the query string. Also see {@see wpdb::esc_like()}.
     1277     * cannot be inserted directly in the query string. Also see wpdb::esc_like().
    12781278     *
    12791279     * Arguments may be passed as individual arguments to the method, or as a single array containing all arguments. A combination
Note: See TracChangeset for help on using the changeset viewer.