Changes between Initial Version and Version 1 of Ticket #20329

Timestamp:
03/29/12 23:23:31 (14 months ago)
Author:
dd32
Comment:

Cna you please check your PHP error logs to see what the error is that you're running into?

I believe it'll either me Memory usage, or timeouts, specifically due to the large number of items you have, and the many "parent dropdowns" present in the Quick Edit.. but without the specific error, it's hard to determine.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20329 – Description

    initial v1  
    1212 
    1313The custom post type was created using the following code: 
    14  
     14{{{ 
    1515$labels = array( 
    1616                        'name' => _x('Sites', 'post type general name'), 
     
    5151                 
    5252                register_post_type('site', $args); 
     53}}}