Changeset 2753 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-committers-list-table.php
- Timestamp:
- 03/15/2016 09:11:27 PM (9 years ago)
- 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 122 122 <p class="wp-hidden-child"> 123 123 <?php wp_nonce_field( 'add-committer', '_ajax_nonce', false ); ?> 124 <span id="committer-error" class="notice notice-alt notice-error" style="display:none;"></span> 124 125 <input type="text" name="add_committer" class="form-required" value="" aria-required="true"> 125 126 <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.