- Timestamp:
- 11/05/2019 09:21:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-request.php
r46654 r46660 331 331 * @since 4.4.0 332 332 * 333 * @return array Listof types to check, in order of priority.333 * @return string[] Array of types to check, in order of priority. 334 334 */ 335 335 protected function get_parameter_order() { … … 367 367 * @since 4.4.0 368 368 * 369 * @param array $order { 370 * An array of types to check, in order of priority. 371 * 372 * @param string $type The type to check. 373 * } 374 * @param WP_REST_Request $this The request object. 369 * @param string[] $order Array of types to check, in order of priority. 370 * @param WP_REST_Request $this The request object. 375 371 */ 376 372 return apply_filters( 'rest_request_parameter_order', $order, $this );
Note: See TracChangeset
for help on using the changeset viewer.