Making WordPress.org

Changeset 6802


Ignore:
Timestamp:
02/28/2018 01:58:20 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Change plugin "Quick Edit" link to a button to avoid jumping.

Merges [WP42725] from core.

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

    r6287 r6802  
    200200            if ( current_user_can( 'plugin_review', $post->ID ) ) {
    201201                $actions['inline hide-if-no-js'] = sprintf(
    202                     '<a href="#" class="editinline" aria-label="%s">%s</a>',
     202                    '<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
    203203                    /* translators: %s: post title */
    204204                    esc_attr( sprintf( __( 'Quick edit &#8220;%s&#8221; inline', 'wporg-plugins' ), $title ) ),
Note: See TracChangeset for help on using the changeset viewer.