Ticket #34351: 34351.patch
File 34351.patch, 549 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/rest-api/rest-functions.php
263 263 * 264 264 * @param string $url REST URL. 265 265 * @param string $path REST route. 266 * @param int $blo d_igBlog ID.266 * @param int $blog_id Blog ID. 267 267 * @param string $scheme Sanitization scheme. 268 268 */ 269 269 return apply_filters( 'rest_url', $url, $path, $blog_id, $scheme );