Changeset 57584 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/11/2024 07:12:42 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r57524 r57584 508 508 return; 509 509 } 510 // Set the parent. Pass the current instance so we can do the c razy checks above and assess errors.510 // Set the parent. Pass the current instance so we can do the checks above and assess errors. 511 511 $this->parent = new WP_Theme( $this->template, isset( $theme_root_template ) ? $theme_root_template : $this->theme_root, $this ); 512 512 }
Note: See TracChangeset
for help on using the changeset viewer.