Changeset 9105 for sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/meetup/class-meetup-client.php
- Timestamp:
- 08/15/2019 05:49:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/meetup/class-meetup-client.php
r9100 r9105 274 274 * from the request payload. 275 275 * 276 * @param array|WP_Error $response 276 * @param array|WP_Error $response The response or error generated from the request. 277 * @param string $request_url Optional. 278 * @param array $request_args Optional. 277 279 * 278 280 * @return void 279 281 */ 280 public function handle_error_response( $response ) {281 if ( parent::handle_error_response( $response ) ) {282 public function handle_error_response( $response, $request_url = '', $request_args = array() ) { 283 if ( parent::handle_error_response( $response, $request_url, $request_args ) ) { 282 284 return; 283 285 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)