Ticket #2742: 2742.patch
File 2742.patch, 759 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php
38 38 $author_plugins_q = array( 39 39 'author' => $author->ID, 40 40 'post_type' => 'plugin', 41 'post_status' => array( 'approved', 'closed', 'disabled', 'new', 'pending', 'publish', 'rejected' ),41 'post_status' => 'any', 42 42 'posts_per_page' => -1, 43 43 ); 44 44 if ( $post ) {