Ticket #15240: 15240-1.patch
File 15240-1.patch, 371 bytes (added by , 14 years ago) |
---|
-
wp-admin/edit.php
234 234 235 235 </form> 236 236 237 <?php $wp_list_table->inline_edit();?>237 <?php if ( !empty ($post) ) { $wp_list_table->inline_edit(); } ?> 238 238 239 239 <div id="ajax-response"></div> 240 240 <br class="clear" />