Make WordPress Core


Ignore:
Timestamp:
02/01/2020 08:30:20 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Add missing periods to some error messages, for consistency.

Props Presskopp.
Fixes #42735.

File:
1 edited

Legend:

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

    r47124 r47153  
    115115                'api-error',
    116116                /* translators: %d: Numeric HTTP status code, e.g. 400, 403, 500, 504, etc. */
    117                 sprintf( __( 'Invalid API response code (%d)' ), $response_code )
     117                sprintf( __( 'Invalid API response code (%d).' ), $response_code )
    118118            );
    119119        } elseif ( ! isset( $response_body['location'], $response_body['events'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.