Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
haqadn committed Oct 23, 2024
1 parent 26092a2 commit 471c195
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static function get_critical_source_urls( $context_posts = array() ) {
if ( ! empty( $permalink ) ) {
$urls['posts_page'] = array( $permalink );
}
}
} elseif ( ! $front_page ) {
$urls['posts_page'] = array( home_url( '/' ) );
}
Expand Down

0 comments on commit 471c195

Please sign in to comment.