Changeset 5573 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
- Timestamp:
- 06/15/2017 02:05:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
r5318 r5573 75 75 if ( $this->is_trash ) { 76 76 $actions['untrash'] = __( 'Restore', 'wporg-plugins' ); 77 } else {78 $actions['edit'] = __( 'Edit', 'wporg-plugins' );79 77 } 80 78 } … … 290 288 291 289 /** 290 * Remove the Quick/Bulk Edit hidden row. 291 */ 292 public function inline_edit() { 293 } 294 295 /** 292 296 * Prepares list view links, including plugins that the current user has commit access to. 293 297 *
Note: See TracChangeset
for help on using the changeset viewer.