Skip to content

Commit

Permalink
Update menu order to match plugins. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne authored May 2, 2024
1 parent 15bcd76 commit 3c8b4e2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@ function add_site_navigation_menus( $menus ) {

$menu = array();

$menu[] = array(
'label' => __( 'Submit a theme', 'wporg-themes' ),
'url' => '/getting-started/',
);
$menu[] = array(
'label' => __( 'My favorites', 'wporg-themes' ),
'url' => '/browse/favorites/',
);
$menu[] = array(
'label' => __( 'Submit a theme', 'wporg-themes' ),
'url' => '/getting-started/',
);
$menu[] = array(
'label' => __( 'Commercial theme companies', 'wporg-themes' ),
'url' => '/commercial/',
Expand Down

0 comments on commit 3c8b4e2

Please sign in to comment.