Making WordPress.org


Ignore:
Timestamp:
01/26/2018 06:42:40 PM (9 years ago)
Author:
obenland
Message:

Forums: Better context for link text.

Props afercia, Presskopp.
Fixes #3361.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php

    r5960 r6445  
    275275                        printf(
    276276                                /* translators: %s: plugin/theme reviews URL */
    277                                 __( '<a href="%s">Click here</a> to see all reviews.', 'wporg-forums' ),
     277                                __( '<a href="%s">See all reviews</a>.', 'wporg-forums' ),
    278278                                esc_url( sprintf( home_url( '/%s/%s/reviews/' ), $this->compat, $this->slug ) )
    279279                        );
Note: See TracChangeset for help on using the changeset viewer.