Changeset 2027 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-http-client.php
- Timestamp:
- 11/02/2015 05:33:50 AM (8 years ago)
- 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 12 12 } 13 13 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 ); 18 15 19 16 $args = array( 20 'body' => array( 'arguments' => json_encode( $arguments ) ), 17 'body' => array( 18 'arguments' => json_encode( $arguments ), 19 'secret' => $this->secret, 20 ), 21 21 ); 22 22 -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.