Making WordPress.org


Ignore:
Timestamp:
06/21/2016 09:56:30 AM (9 years ago)
Author:
samuelsidler
Message:

Plugin Directory: Update string to reflect consistent pronoun.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php

    r3512 r3517  
    7373        if ( is_user_logged_in() ) : ?>
    7474            <div class="user-rating">
    75                 <a class="button button-secondary" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . $post->post_name . '#postform' ); ?>"><?php _e( 'Add your review', 'wporg-plugins' ); ?></a>
     75                <a class="button button-secondary" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . $post->post_name . '#postform' ); ?>"><?php _e( 'Add my review', 'wporg-plugins' ); ?></a>
    7676            </div>
    7777            <?php
Note: See TracChangeset for help on using the changeset viewer.