diff --git a/wp-includes/IXR/class-IXR-message.php b/wp-includes/IXR/class-IXR-message.php index 613e972c65..69af8aa2c0 100644 --- a/wp-includes/IXR/class-IXR-message.php +++ b/wp-includes/IXR/class-IXR-message.php @@ -45,7 +45,7 @@ class IXR_Message function parse() { if ( ! function_exists( 'xml_parser_create' ) ) { - trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML" ) ); + trigger_error( __( "PHP's XML extension is not available. Please contact your hosting provider to enable PHP's XML extension." ) ); return false; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 00f89a7555..f279a9faf3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta1-39006'; +$wp_version = '4.7-beta1-39007'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.