Making WordPress.org

Ticket #3004: 3004.patch

File 3004.patch, 956 bytes (added by SergeyBiryukov, 8 years ago)
  • wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php

     
    318318                        <?php wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); ?>
    319319                        <button type="button" class="button button-primary save alignright"><?php _e( 'Update', 'wporg-plugins' ); ?></button>
    320320                        <span class="spinner"></span>
     321                        <input type="hidden" name="post_author" value="" />
    321322                        <input type="hidden" name="post_view" value="<?php echo esc_attr( $m ); ?>" />
    322323                        <input type="hidden" name="screen" value="<?php echo esc_attr( $screen->id ); ?>" />
    323324                        <span class="error" style="display:none"></span>