Changeset 2834
- Timestamp:
- 03/28/2016 08:59:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-customizations.php
r2831 r2834 164 164 165 165 // Allow reviewers to also see all pending plugins. 166 if ( current_user_can( 'plugin_edit_pending' ) ) {166 if ( current_user_can( 'plugin_edit_pending' ) && ! isset( $_GET['author'] ) ) { 167 167 $where .= " OR {$wpdb->posts}.post_status = 'pending'"; 168 168 }
Note: See TracChangeset
for help on using the changeset viewer.