Making WordPress.org


Ignore:
Timestamp:
06/20/2016 05:50:53 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Documentation and formatting update.

See #1584.

File:
1 edited

Legend:

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

    r3426 r3512  
    6464
    6565        <?php else : ?>
    66            
     66
    6767            <div class="rating">
    6868                <p><?php _e( 'This plugin has not been rated yet.', 'wporg-plugins' ); ?></p>
     
    7575                <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>
    7676            </div>
    77         <?php
     77            <?php
    7878        endif;
    7979
Note: See TracChangeset for help on using the changeset viewer.