Making WordPress.org

Changeset 3177


Ignore:
Timestamp:
05/18/2016 10:53:46 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Make the contact-author-button more prominent..

Fixes #1690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-review-tools.php

    r3176 r3177  
    3232                <input type="hidden" name="to_name" value="<?php echo esc_attr( $author->display_name ); ?>" />
    3333                <input type="hidden" name="subject" value="<?php printf( esc_attr__( 'Feedback for %s' ), $post->post_title ); ?>" />
    34                 <button class="button button-secondary" type="submit"><?php _e( 'Contact plugin author', 'wporg-plugins' ); ?></button>
     34                <button class="button button-primary" type="submit"><?php _e( 'Contact plugin author', 'wporg-plugins' ); ?></button>
    3535            </form>
    3636            <?php
Note: See TracChangeset for help on using the changeset viewer.