Make WordPress Core

Changeset 40909


Ignore:
Timestamp:
06/15/2017 12:06:06 PM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Correct translator comment for response error message in WP_Community_Events::get_events().

Props Soean, tfirdaus.
Fixes #40939.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-community-events.php

    r40895 r40909  
    108108            $response_error = new WP_Error(
    109109                '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. */
    111111                sprintf( __( 'Invalid API response code (%d)' ), $response_code )
    112112            );
Note: See TracChangeset for help on using the changeset viewer.