Make WordPress Core


Ignore:
Timestamp:
10/20/2020 01:27:48 PM (4 years ago)
Author:
desrosj
Message:

Coding Standards: Correct some minor coding standards issues.

Introduced in [49154], [49212], [49223], and [49224].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r49215 r49225  
    76007600    $size = 0;
    76017601
    7602     $directory = untrailingslashit( $directory );
     7602    $directory  = untrailingslashit( $directory );
    76037603    $cache_path = normalize_dirsize_cache_path( $directory );
    76047604    $save_cache = false;
Note: See TracChangeset for help on using the changeset viewer.