Skip to content

Commit

Permalink
Fix lint failure in 2024 functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed May 2, 2024
1 parent 71fcdf1 commit 863fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/pub/wporg-learn-2024/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function add_site_navigation_menus( $menus ) {
array(
'label' => __( 'Developer', 'wporg-learn' ),
'url' => '/learning-pathways/developer/',
)
),
),
);
}
Expand Down

0 comments on commit 863fa05

Please sign in to comment.