diff --git a/plugins/wporg-5ftf/views/list-my-pledges.php b/plugins/wporg-5ftf/views/list-my-pledges.php index 43a9f28..6d4cb87 100644 --- a/plugins/wporg-5ftf/views/list-my-pledges.php +++ b/plugins/wporg-5ftf/views/list-my-pledges.php @@ -104,7 +104,10 @@ $edit_link = sprintf( -
You don't currently have any sponsorships. If your employer is sponsoring part of your time to contribute to WordPress, please ask them to submit a pledge and list you as a contributor.
+ submit a pledge and list you as a contributor.', 'wporg-5ftf' ), + esc_url( $pledge_url ) + ) ); ?> @@ -124,7 +127,10 @@ $edit_link = sprintf(- Please log in to your WordPress.org account in order to view your pledges. + log in to your WordPress.org account in order to view your pledges.', 'wporg-5ftf' ), + esc_url( wp_login_url( get_permalink() ) ) + ) ); ?>