Making WordPress.org

Changeset 11337


Ignore:
Timestamp:
11/22/2021 12:15:23 AM (3 years ago)
Author:
dd32
Message:

About: Testimonials: Update the testimonials page to link to the Twitter hashtag, as the search no longer works, and update the hashtag to be more accessible by adding case.

Props ixmati.
See https://wordpress.slack.com/archives/C02QB8GMM/p1637534286198100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-testimonials.php

    r10434 r11337  
    126126                    <p>
    127127                        <?php
    128                         /* translators: Link to the twitter #ilovewp feed */
    129                         printf( wp_kses_post( __( 'Make a blog post with your story and tweet a link to it using the <a href="%s">#ilovewp</a> hashtag. We&#8217;ll select the best ones and feature them here!', 'wporg' ) ), 'https://twitter.com/search?q=%23ilovewp' );
     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&#8217;ll select the best ones and feature them here!', 'wporg' ) ), 'https://twitter.com/hashtag/ILoveWP', '#ILoveWP' );
    130130                        ?>
    131131                    </p>
    132132
    133133                    <p>
    134                         <a href="https://twitter.com/intent/tweet?button_hashtag=ilovewp" class="twitter-hashtag-button" data-size="large" data-related="WordPress" data-dnt="true">
     134                        <a href="https://twitter.com/intent/tweet?button_hashtag=ILoveWP" class="twitter-hashtag-button" data-size="large" data-related="WordPress" data-dnt="true">
    135135                        <?php
    136                             /* translators: The #ilovewp Hashtag */
    137                             printf( esc_html__( 'Tweet %s', 'wporg' ), '#ilovewp' );
     136                            /* translators: The #ILoveWP Hashtag */
     137                            printf( esc_html__( 'Tweet %s', 'wporg' ), '#ILoveWP' );
    138138                        ?>
    139139                        </a>
Note: See TracChangeset for help on using the changeset viewer.