diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/patterns/local-nav.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/patterns/local-nav.php new file mode 100644 index 0000000000..e56989120f --- /dev/null +++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/patterns/local-nav.php @@ -0,0 +1,27 @@ + __( 'Local Nav', 'wporg-breathe' ), + 'content' => sprintf( + ' + + +

%2$s %3$s

+ + + + + ', + esc_url( home_url() ), + $team_icon, + esc_html( get_bloginfo('name') ) + ), + ) + ); +}