Changeset 32345
- Timestamp:
- 05/05/2015 12:33:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r32344 r32345 999 999 * returned path for the found files, particularly when this function 1000 1000 * recurses to lower depths. Default empty. 1001 * @return array|false Array of files, keyed by the path to the file relative to the `$path` directory prepended 1002 * with `$relative_path`, with the values being absolute paths. False otherwise. 1001 1003 */ 1002 1004 private static function scandir( $path, $extensions = null, $depth = 0, $relative_path = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.