Changes between Initial Version and Version 1 of Ticket #17654, comment 1
- Timestamp:
- 06/02/2011 01:33:58 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17654, comment 1
initial v1 3 3 For a start, That's wrong. It should be: 4 4 5 `define('WP_POST_REVISIONS', false);` (no quotes around the boolean value, It's currently treating that as a true value. 5 `define('WP_POST_REVISIONS', false);` (no quotes around the boolean value, It's currently treating that as a true value.)