Changeset 46696 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 11/11/2019 02:41:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r46661 r46696 180 180 * @param string $theme_dir Directory of the theme within the theme_root. 181 181 * @param string $theme_root Theme root. 182 * @param WP_ Error|void$_child If this theme is a parent theme, the child may be passed for validation purposes.182 * @param WP_Theme|null $_child If this theme is a parent theme, the child may be passed for validation purposes. 183 183 */ 184 184 public function __construct( $theme_dir, $theme_root, $_child = null ) {
Note: See TracChangeset
for help on using the changeset viewer.