Ticket #15240: 15240-1.patch

File 15240-1.patch, 371 bytes (added by mrmist, 2 years ago)

edit.php

  • wp-admin/edit.php

     
    234234 
    235235</form> 
    236236 
    237 <?php $wp_list_table->inline_edit(); ?> 
     237<?php if ( !empty ($post) ) { $wp_list_table->inline_edit(); } ?> 
    238238 
    239239<div id="ajax-response"></div> 
    240240<br class="clear" />