Changes between Initial Version and Version 1 of Ticket #23895
- Timestamp:
- 03/29/2013 04:00:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23895 – Description
initial v1 2 2 3 3 Quote from php.ini: 4 4 {{{ 5 5 ; Maximum size of POST data that PHP will accept. 6 6 ; Its value may be 0 to disable the limit. It is ignored if POST data reading 7 7 ; is disabled through enable_post_data_reading. 8 8 ; http://php.net/post-max-size 9 9 }}} 10 10 11 11 WordPress does not take this into account in wp-admin/includes/template.php