Skip to content

Commit

Permalink
Fixing space issue
Browse files Browse the repository at this point in the history
removed Whitespace
  • Loading branch information
AakifKadiwala committed Jan 3, 2025
1 parent 43d3772 commit 2165912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -8497,7 +8497,7 @@ function get_page_by_template( $template, $field = 'ID' ) {
)
);

if ( $query->have_posts() ) {
if ( $query->have_posts() ) {
$template_page_ids = $query->posts;
wp_reset_postdata();
if ( 'ID' === $field ) {
Expand Down

0 comments on commit 2165912

Please sign in to comment.