Changeset 6802 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
- Timestamp:
- 02/28/2018 01:58:20 AM (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
r6287 r6802 200 200 if ( current_user_can( 'plugin_review', $post->ID ) ) { 201 201 $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>', 203 203 /* translators: %s: post title */ 204 204 esc_attr( sprintf( __( 'Quick edit “%s” inline', 'wporg-plugins' ), $title ) ),
Note: See TracChangeset
for help on using the changeset viewer.