diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.php
index 55e4b54e2..c58246af3 100644
a
|
b
|
the_post(); |
126 | 126 | <p> |
127 | 127 | <?php |
128 | 128 | /* translators: 1: Link to the twitter #ILoveWP feed 2: The #ILoveWP Hashtag */ |
129 | | printf( wp_kses_post( __( 'Make a blog post with your story and tweet a link to it using the <a href="%1$s">%2$s</a> hashtag. We’ll select the best ones and feature them here!', 'wporg' ) ), 'https://twitter.com/hashtag/ILoveWP', '#ILoveWP' ); |
| 129 | printf( wp_kses_post( __( 'Make a blog post with your story and tweet a link to it using the <a href="%1$s">%2$s</a> hashtag. We’ll select the best ones and feature them here!', 'wporg' ) ), 'https://twitter.com/hashtag/ILoveWP?f=live', '#ILoveWP' ); |
130 | 130 | ?> |
131 | 131 | </p> |
132 | 132 | |