Changes between Initial Version and Version 1 of Ticket #45204
- Timestamp:
- 10/26/2018 05:54:21 PM (8 years ago)
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.1 As 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. 2 2 3 3 The 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()}`
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)