mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 08:41:18 +03:00
Pledge Form: Use relative link for cross-environment compatibility.
This commit is contained in:
parent
c527b5f8a0
commit
8020e43fb9
|
@ -13,7 +13,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
|
||||||
I understand and agree to the <a href="%s">expectations</a> for
|
I understand and agree to the <a href="%s">expectations</a> for
|
||||||
inclusion in the Five for the Future acknowledgement program.
|
inclusion in the Five for the Future acknowledgement program.
|
||||||
' ),
|
' ),
|
||||||
'https://wordpress.org/five-for-the-future/expectations/' // TODO Change this URL?
|
get_permalink( get_page_by_path( 'expectations' ) ) // TODO Change this URL?
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue