Changeset 40909
- Timestamp:
- 06/15/2017 12:06:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-community-events.php
r40895 r40909 108 108 $response_error = new WP_Error( 109 109 'api-error', 110 /* translators: % s is a numeric HTTP status code; e.g.,400, 403, 500, 504, etc. */110 /* translators: %d: numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */ 111 111 sprintf( __( 'Invalid API response code (%d)' ), $response_code ) 112 112 );
Note: See TracChangeset
for help on using the changeset viewer.