Making WordPress.org


Ignore:
Timestamp:
03/15/2016 09:11:27 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: After [2752], improve error handling and docs.

See #1571.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-committers-list-table.php

    r2752 r2753  
    122122                <p class="wp-hidden-child">
    123123                    <?php wp_nonce_field( 'add-committer', '_ajax_nonce', false ); ?>
     124                    <span id="committer-error" class="notice notice-alt notice-error" style="display:none;"></span>
    124125                    <input type="text" name="add_committer" class="form-required" value="" aria-required="true">
    125126                    <input type="button" id="add-committer-submit" class="button" data-wp-lists="add:the-committer-list:add-committer::post_id=<?php echo get_post()->ID; ?>" value="<?php _e( 'Add Committer', 'wporg-plugins' ); ?>">
Note: See TracChangeset for help on using the changeset viewer.