Changeset 15433 for trunk/wp-includes/theme.php
- Timestamp:
- 07/16/2010 09:40:09 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r15277 r15433 1024 1024 // Backward compat code will be removed in a future release 1025 1025 if ('' == $template) 1026 $template = WPINC . '/theme-compat/comments-popup.php';1026 $template = ABSPATH . WPINC . '/theme-compat/comments-popup.php'; 1027 1027 1028 1028 return apply_filters('comments_popup_template', $template); … … 1082 1082 if ( is_array( $wp_query->query_vars ) ) 1083 1083 extract( $wp_query->query_vars, EXTR_SKIP ); 1084 1085 error_log( $_template_file ); 1084 1086 1085 1087 if ( $require_once )
Note: See TracChangeset
for help on using the changeset viewer.