Making WordPress.org

Changeset 9654


Ignore:
Timestamp:
03/31/2020 11:33:41 AM (5 years ago)
Author:
Otto42
Message:

Plugin Directory: Capital P correction for [9652]. See #4383.

File:
1 edited

Legend:

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

    r9652 r9654  
    8383        <?php else: ?>
    8484            <div class="user-rating">
    85                 <a href="<?php echo esc_url( wp_login_url( 'https://wordpress.org/support/plugin/' . get_post()->post_name . '/reviews/#new-post' ) ); ?>" rel="nofollow" title="<?php esc_attr_e( 'Log in to Wordpress.org', 'wporg-plugins' ); ?>"><?php _e( 'Log in to submit a review.', 'wporg-plugins' ); ?></a>
     85                <a href="<?php echo esc_url( wp_login_url( 'https://wordpress.org/support/plugin/' . get_post()->post_name . '/reviews/#new-post' ) ); ?>" rel="nofollow" title="<?php esc_attr_e( 'Log in to WordPress.org', 'wporg-plugins' ); ?>"><?php _e( 'Log in to submit a review.', 'wporg-plugins' ); ?></a>
    8686            </div>
    8787        <?php
Note: See TracChangeset for help on using the changeset viewer.