Making WordPress.org


Ignore:
Timestamp:
06/15/2017 02:05:54 PM (7 years ago)
Author:
Otto42
Message:

Plugin Directory: Change edit actions dropdown to buttons with specific states. props @SergeyBiryukov. Fixes #2796

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  
    7575            if ( $this->is_trash ) {
    7676                $actions['untrash'] = __( 'Restore', 'wporg-plugins' );
    77             } else {
    78                 $actions['edit'] = __( 'Edit', 'wporg-plugins' );
    7977            }
    8078        }
     
    290288
    291289    /**
     290     * Remove the Quick/Bulk Edit hidden row.
     291     */
     292    public function inline_edit() {
     293    }
     294
     295    /**
    292296     * Prepares list view links, including plugins that the current user has commit access to.
    293297     *
Note: See TracChangeset for help on using the changeset viewer.