Changeset 20318
- Timestamp:
- 03/29/2012 05:39:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20317 r20318 998 998 $page_templates = array(); 999 999 1000 $files = (array) self::scandir( $this->get_stylesheet_directory(), 'php' );1000 $files = (array) self::scandir( $this->get_stylesheet_directory(), 'php', 1 ); 1001 1001 1002 1002 foreach ( $files['php'] as $file => $full_path ) {
Note: See TracChangeset
for help on using the changeset viewer.