Ticket #3004: 3004.patch
File 3004.patch, 956 bytes (added by , 8 years ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php
318 318 <?php wp_nonce_field( 'inlineeditnonce', '_inline_edit', false ); ?> 319 319 <button type="button" class="button button-primary save alignright"><?php _e( 'Update', 'wporg-plugins' ); ?></button> 320 320 <span class="spinner"></span> 321 <input type="hidden" name="post_author" value="" /> 321 322 <input type="hidden" name="post_view" value="<?php echo esc_attr( $m ); ?>" /> 322 323 <input type="hidden" name="screen" value="<?php echo esc_attr( $screen->id ); ?>" /> 323 324 <span class="error" style="display:none"></span>