Changeset 15435 for trunk/wp-includes/theme.php
- Timestamp:
- 07/17/2010 11:13:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r15433 r15435 1083 1083 extract( $wp_query->query_vars, EXTR_SKIP ); 1084 1084 1085 error_log( $_template_file );1086 1087 1085 if ( $require_once ) 1088 1086 require_once( $_template_file );
Note: See TracChangeset
for help on using the changeset viewer.