mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Coding Standards: Correct some minor coding standards issues.
Introduced in [49154], [49212], [49223], and [49224]. git-svn-id: https://develop.svn.wordpress.org/trunk@49225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7599,7 +7599,7 @@ function get_dirsize( $directory, $max_execution_time = null ) {
|
||||
function recurse_dirsize( $directory, $exclude = null, $max_execution_time = null, &$directory_cache = null ) {
|
||||
$size = 0;
|
||||
|
||||
$directory = untrailingslashit( $directory );
|
||||
$directory = untrailingslashit( $directory );
|
||||
$cache_path = normalize_dirsize_cache_path( $directory );
|
||||
$save_cache = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user