Making WordPress.org


Ignore:
Timestamp:
04/30/2024 11:06:53 PM (9 months ago)
Author:
dufresnesteven
Message:

plugin-directory: Fix the ability to add/remove reps and committers.

Fixes: https://github.com/WordPress/wordpress.org/issues/299
Props: obenland

File:
1 edited

Legend:

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

    r13128 r13633  
    7676                <form id="add-support-rep" action="POST">
    7777                    <input type="text" name="support_rep" placeholder="<?php esc_attr_e( 'Login, Slug, or Email.', 'wporg-plugins' ); ?>">
    78                     <button type="submit" class="button button-secondary"><?php esc_attr_e( 'Add', 'wporg-plugins' ); ?></button>
     78                    <button type="submit" class="button button-secondary button-small"><?php esc_attr_e( 'Add', 'wporg-plugins' ); ?></button>
    7979                </form>
    8080
Note: See TracChangeset for help on using the changeset viewer.