From c8cbd26cb342c0015a89f9629685815a46b92839 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 16 Jun 2018 13:09:46 +0000 Subject: [PATCH] Docs: Correct inline comment added in [43361] for consistency with other comments. See #44142. git-svn-id: https://develop.svn.wordpress.org/trunk@43363 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/misc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/misc.php b/src/wp-admin/includes/misc.php index 94cb43848d..db04526165 100644 --- a/src/wp-admin/includes/misc.php +++ b/src/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();