Making WordPress.org

Changeset 1798


Ignore:
Timestamp:
07/31/2015 05:04:26 PM (8 years ago)
Author:
iandunn
Message:

WordCamp Participation Notifier: Correct received typos.

See #1154
Props SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php

    r871 r1798  
    363363            if ( is_wp_error( $response ) ) {
    364364                $error = sprintf(
    365                     'Recieved WP_Error message: %s Request was: %s',
     365                    'Received WP_Error message: %s Request was: %s',
    366366                    implode( ', ', $response->get_error_messages() ),
    367367                    print_r( $body, true )
     
    371371               
    372372                $error = sprintf(
    373                     'Recieved HTTP code: %s and body: %s. Request was: %s',
     373                    'Received HTTP code: %s and body: %s. Request was: %s',
    374374                    $response['response']['code'],
    375375                    substr( sanitize_text_field( $response['body'] ), 0, 500 ),
Note: See TracChangeset for help on using the changeset viewer.