Changeset 894 in tests for trunk/tests/test_includes_class-wp-theme.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_class-wp-theme.php
r883 r894 71 71 } 72 72 73 /** 74 * @ticket 20313 75 */ 73 76 function test_new_WP_Theme_subdir_bad_root() { 74 $this->knownWPBug( 20313 );75 77 // This is what get_theme_data() does when you pass it a style.css file for a theme in a subdir. 76 78 $theme = new WP_Theme( 'theme2', $this->theme_root . '/subdir' );
Note: See TracChangeset
for help on using the changeset viewer.