Skip to content

Commit

Permalink
Removed Empty Space
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed May 4, 2024
1 parent fa524a7 commit eb3aa6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ function locate_template( $template_names, $load = false, $load_once = true, $ar
if ( ! $template_name ) {
continue;
}

$stylesheet = $wp_stylesheet_path . '/' . $template_name;
$template = $wp_template_path . '/' . $template_name;
$template_compat = ABSPATH . WPINC . '/theme-compat/' . $template_name;
Expand Down

0 comments on commit eb3aa6c

Please sign in to comment.