From 863fa0531bb4c3c35158d6462fee0b77170ca3be Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Fri, 3 May 2024 09:59:34 +1200 Subject: [PATCH] Fix lint failure in 2024 functions.php --- wp-content/themes/pub/wporg-learn-2024/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/pub/wporg-learn-2024/functions.php b/wp-content/themes/pub/wporg-learn-2024/functions.php index 2661ad29f..459fda042 100644 --- a/wp-content/themes/pub/wporg-learn-2024/functions.php +++ b/wp-content/themes/pub/wporg-learn-2024/functions.php @@ -44,7 +44,7 @@ function add_site_navigation_menus( $menus ) { array( 'label' => __( 'Developer', 'wporg-learn' ), 'url' => '/learning-pathways/developer/', - ) + ), ), ); }