Skip to content

Commit

Permalink
Lint Me
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Jul 25, 2024
1 parent 86fc48e commit 1702eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Services/SiteGenService.php
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ public static function publish_sitemap_pages( $site_description, $content_style,
array(
'nf_dc_page' => $page['slug'],
),
explode('/', $page['path'])[1]
explode( '/', $page['path'] )[1]
);

if ( $update_nav_menu && ! is_wp_error( $post_id ) ) {
Expand Down

0 comments on commit 1702eed

Please sign in to comment.