mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-04 20:03:44 +03:00
Add sponsorship menu item (#331)
This commit is contained in:
parent
78b79ba7f1
commit
cd2c429017
|
@ -41,6 +41,10 @@ function add_site_navigation_menus( $menus ) {
|
|||
'label' => __( 'Pledges', 'wporg-5ftf' ),
|
||||
'url' => '/pledges/',
|
||||
);
|
||||
$menu[] = array(
|
||||
'label' => __( 'Sponsorships', 'wporg-5ftf' ),
|
||||
'url' => '/sponsorships/',
|
||||
);
|
||||
$menu[] = array(
|
||||
'label' => __( 'Contact', 'wporg-5ftf' ),
|
||||
'url' => '/contact/',
|
||||
|
|
Loading…
Reference in a new issue