Changeset 7791
- Timestamp:
- 10/27/2018 10:45:09 AM (6 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
r6802 r7791 198 198 ); 199 199 200 if ( current_user_can( 'plugin_review', $post->ID ) ) {200 if ( in_array( $post->post_status, array( 'new', 'pending' ) ) && current_user_can( 'plugin_approve', $post->ID ) ) { 201 201 $actions['inline hide-if-no-js'] = sprintf( 202 202 '<button type="button" class="button-link editinline" aria-label="%s" aria-expanded="false">%s</button>',
Note: See TracChangeset
for help on using the changeset viewer.