Changeset 55426 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/27/2023 03:32:22 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r55332 r55426 242 242 } 243 243 } 244 245 // Handle a numeric theme directory as a string. 246 $theme_dir = (string) $theme_dir; 244 247 245 248 $this->theme_root = $theme_root;
Note: See TracChangeset
for help on using the changeset viewer.