Making WordPress.org

Ticket #5958: 5958.diff

File 5958.diff, 1.1 KB (added by ixmati, 3 years ago)

patch to address 5958

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.php

    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(); 
    126126                                        <p>
    127127                                                <?php
    128128                                                /* 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&#8217;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&#8217;ll select the best ones and feature them here!', 'wporg' ) ), 'https://twitter.com/hashtag/ILoveWP?f=live', '#ILoveWP' );
    130130                                                ?>
    131131                                        </p>
    132132