mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53: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' ),
|
'label' => __( 'Pledges', 'wporg-5ftf' ),
|
||||||
'url' => '/pledges/',
|
'url' => '/pledges/',
|
||||||
);
|
);
|
||||||
|
$menu[] = array(
|
||||||
|
'label' => __( 'Sponsorships', 'wporg-5ftf' ),
|
||||||
|
'url' => '/sponsorships/',
|
||||||
|
);
|
||||||
$menu[] = array(
|
$menu[] = array(
|
||||||
'label' => __( 'Contact', 'wporg-5ftf' ),
|
'label' => __( 'Contact', 'wporg-5ftf' ),
|
||||||
'url' => '/contact/',
|
'url' => '/contact/',
|
||||||
|
|
Loading…
Reference in a new issue