IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 381 | 381 | * @param bool $require_once Whether to require_once or require. Default true. |
| 382 | 382 | */ |
| 383 | 383 | function load_template( $_template_file, $require_once = true ) { |
| 384 | | global $posts, $post, $wp_did_header, $wp_did_template_redirect, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID; |
| | 384 | global $posts, $post, $wp_did_header, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID; |
| 385 | 385 | |
| 386 | 386 | if ( is_array( $wp_query->query_vars ) ) |
| 387 | 387 | extract( $wp_query->query_vars, EXTR_SKIP ); |