Making WordPress.org

Ticket #2742: 2742.patch

File 2742.patch, 759 bytes (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author-card.php

     
    3838                $author_plugins_q = array(
    3939                        'author'         => $author->ID,
    4040                        'post_type'      => 'plugin',
    41                         'post_status'    => array( 'approved', 'closed', 'disabled', 'new', 'pending', 'publish', 'rejected' ),
     41                        'post_status'    => 'any',
    4242                        'posts_per_page' => -1,
    4343                );
    4444                if ( $post ) {