Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45204


Ignore:
Timestamp:
10/26/2018 05:54:21 PM (8 years ago)
Author:
DrewAPicture
Comment:

Note: I've manually fixed the link in the Code Reference on a temporary basis pending a fix against the 5.1 milestone once trunk development reopens.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45204 – Description

    initial v1  
    1 As reported by @timhavinga, the `esc_like()` reference in the [https://developer.wordpress.org/reference/classes/wpdb/prepare/#description fourth paragraph] of the DocBlock description for `wpdb->prepare()` is invalid. It should point to to the `wpdb->esc_like()` ''method'', vs a (nonexistent) standalone function.
     1As reported by @timhavinga, the `esc_like()` reference in the fourth paragraph of the DocBlock description for `wpdb->prepare()` is invalid. It should point to to the `wpdb->esc_like()` ''method'', vs a (nonexistent) standalone function.
    22
    33The DocBlock description for a function, class, method, or hook corresponds to the Description section of the reference article for that element when it's parsed from source. So to reference a class method in a DocBlock with an inline `@see` tag, the format is `{@see Class_Name::method_name()}`