From 593848e9dcc3f4503b96d6a7ae581b0d374426f4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Jun 2018 02:37:00 +0000 Subject: [PATCH] Docs: Correct inline comment added in [43361] for consistency with other comments. See #44142. Built from https://develop.svn.wordpress.org/trunk@43363 git-svn-id: http://core.svn.wordpress.org/trunk@43191 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/misc.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 94cb43848d..db04526165 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -206,7 +206,7 @@ function save_mod_rewrite_rules() { global $wp_rewrite; - // Ensure get_home_path is declared. + // Ensure get_home_path() is declared. require_once( ABSPATH . 'wp-admin/includes/file.php' ); $home_path = get_home_path(); @@ -243,7 +243,7 @@ function iis7_save_url_rewrite_rules() { global $wp_rewrite; - // Ensure get_home_path is declared. + // Ensure get_home_path() is declared. require_once( ABSPATH . 'wp-admin/includes/file.php' ); $home_path = get_home_path(); diff --git a/wp-includes/version.php b/wp-includes/version.php index b99def1e91..23fdaea916 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43362'; +$wp_version = '5.0-alpha-43363'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.