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
This commit is contained in:
parent
3de54cc930
commit
c8cbd26cb3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user