Make WordPress Core

Ticket #34351: 34351.patch

File 34351.patch, 549 bytes (added by rachelbaker, 9 years ago)

$blod_ig -> $blog_id

  • src/wp-includes/rest-api/rest-functions.php

     
    263263         *
    264264         * @param string $url     REST URL.
    265265         * @param string $path    REST route.
    266          * @param int    $blod_ig Blog ID.
     266         * @param int    $blog_id Blog ID.
    267267         * @param string $scheme  Sanitization scheme.
    268268         */
    269269        return apply_filters( 'rest_url', $url, $path, $blog_id, $scheme );