Make WordPress Core


Ignore:
Timestamp:
10/29/2016 09:31:29 PM (8 years ago)
Author:
ocean90
Message:

XML-RPC: Fix truncated warning message added in [38883].

See #37122.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/IXR/class-IXR-message.php

    r38883 r39007  
    4646    {
    4747        if ( ! function_exists( 'xml_parser_create' ) ) {
    48             trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML" ) );
     48            trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." ) );
    4949            return false;
    5050        }
Note: See TracChangeset for help on using the changeset viewer.