From 66587b2341c99970929f48cfae774c076083ab62 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 10 Dec 2019 19:11:31 -0500 Subject: [PATCH] Wrap strings in translation functionality --- plugins/wporg-5ftf/views/list-my-pledges.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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() ) ) + ) ); ?>