- 712890941EEFA363601A5DFAC4FD1F6FAD031195F30C7D4EF91CC4FB3A274827328F5DFB678AB245DD446A0D7C34A064EB3D55EF24F5A4F56352B3AE7F18D745
+ B3A873F50A225536FD51861F24EF516682A0D1033DD5E0A3B20108814DCB71CD8B09F1EE1EBAE632C4F8B97DD222C4488CD4B8D76A521A2213493271495ACC4B
mp-wp/wp-includes/template-loader.php
(51 . 9)(51 . 6)
57072 } else if ( is_archive() && $template = get_archive_template() ) {
57073 include($template);
57074 return;
57075 } else if ( is_comments_popup() && $template = get_comments_popup_template() ) {
57076 include($template);
57077 return;
57078 } else if ( is_paged() && $template = get_paged_template() ) {
57079 include($template);
57080 return;
(75 . 4)(72 . 4)
57082 }
57083 }
57084
57085 ?>