Changeset 2994 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-committers.php
- Timestamp:
- 04/21/2016 07:41:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-committers.php
r2777 r2994 84 84 'username' => __( 'Username', 'wporg-plugins' ), 85 85 ), 86 array(),87 86 array(), 88 87 'username', … … 123 122 <?php wp_nonce_field( 'add-committer', '_ajax_nonce', false ); ?> 124 123 <span id="committer-error" class="notice notice-alt notice-error" style="display:none;"></span> 125 <input type="text" name="add_committer" class="form-required" value="" aria-required="true"> 124 <label> 125 <input type="text" name="add_committer" class="form-required" value="" aria-required="true"> 126 <span class="screen-reader-text"><?php _e( 'Add a new committer', 'wporg-plugins' ); ?></span> 127 </label> 126 128 <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' ); ?>"> 127 129 </p> … … 144 146 } 145 147 $user_object->filter = 'display'; 146 list( $columns, $hidden, $ sortable, $primary ) = $this->get_column_info();148 list( $columns, $hidden, $primary ) = $this->get_column_info(); 147 149 148 150 // Set up the hover actions for this committer.
Note: See TracChangeset
for help on using the changeset viewer.