Changeset 48110 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 06/20/2020 12:57:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r48102 r48110 718 718 * @since 5.3.0 719 719 * 720 * @param 721 * @param 720 * @param array $array1 The array with master keys to check. 721 * @param array $array2 An array to compare keys against. 722 722 * @return array An associative array containing all the entries of array1 which have keys 723 723 * that are present in all arguments. … … 1063 1063 * @since 4.7.0 1064 1064 * 1065 * @param mixed$value1066 * @param WP_REST_Request$request1067 * @param string$param1065 * @param mixed $value 1066 * @param WP_REST_Request $request 1067 * @param string $param 1068 1068 * @return true|WP_Error 1069 1069 */ … … 1083 1083 * @since 4.7.0 1084 1084 * 1085 * @param mixed$value1086 * @param WP_REST_Request$request1087 * @param string$param1085 * @param mixed $value 1086 * @param WP_REST_Request $request 1087 * @param string $param 1088 1088 * @return mixed 1089 1089 */ … … 1106 1106 * @since 4.7.0 1107 1107 * 1108 * @param mixed$value1109 * @param WP_REST_Request$request1110 * @param string$param1108 * @param mixed $value 1109 * @param WP_REST_Request $request 1110 * @param string $param 1111 1111 * @return mixed 1112 1112 */ … … 1130 1130 * @since 4.7.0 1131 1131 * 1132 * @param 1132 * @param string $ip IP address. 1133 1133 * @return string|false The valid IP address, otherwise false. 1134 1134 */ … … 1634 1634 * @since 5.0.0 1635 1635 * 1636 * @param 1637 * @param 1638 * @return array 1636 * @param array $memo Reduce accumulator. 1637 * @param string $path REST API path to preload. 1638 * @return array Modified reduce accumulator. 1639 1639 */ 1640 1640 function rest_preload_api_request( $memo, $path ) {
Note: See TracChangeset
for help on using the changeset viewer.