Making WordPress.org


Ignore:
Timestamp:
11/02/2015 05:33:50 AM (8 years ago)
Author:
nacin
Message:

Prepare Trac subscriptions to be enabled on meta.trac. see #291.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-http-client.php

    • Property svn:eol-style set to native
    r2026 r2027  
    1212        }
    1313
    14         $url = add_query_arg( array(
    15             'call'   => $method,
    16             'secret' => $this->secret,
    17         ), $this->target );
     14        $url = add_query_arg( 'call', $method, $this->target );
    1815
    1916        $args = array(
    20             'body' => array( 'arguments' => json_encode( $arguments ) ),
     17            'body' => array(
     18                'arguments' => json_encode( $arguments ),
     19                'secret'    => $this->secret,
     20            ),
    2121        );
    2222
Note: See TracChangeset for help on using the changeset viewer.