Changeset 17539 for trunk/wp-admin/includes/theme.php
- Timestamp:
- 03/23/2011 06:40:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r17264 r17539 180 180 // don't allow template files in subdirectories 181 181 if ( false !== strpos($basename, '/') ) 182 continue; 183 184 if ( 'functions.php' == $basename ) 182 185 continue; 183 186
Note: See TracChangeset
for help on using the changeset viewer.